complexType SuppressionType
diagram plmxml_diagrams/plmxml_p514.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertyBase
properties
base plm:PropertyBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element Suppression
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
ownerRef  plm:anyURIType  optional      
value  xsd:boolean  optional      
annotation
documentation

      This Property specifies the Suppression state of an object. Suppressing
      an Occurrence effectively removes it from the Product Structure; so it
      is not rendered, does not take part in mass property calculations, and
      does not appear in the Bill of Materials.

      Attributes:
     
      value:           true if the object is Suppressed.
     
source <xsd:complexType name="SuppressionType">
 
<xsd:annotation>
   
<xsd:documentation>
      This Property specifies the Suppression state of an object. Suppressing
      an Occurrence effectively removes it from the Product Structure; so it
      is not rendered, does not take part in mass property calculations, and
      does not appear in the Bill of Materials.

      Attributes:
     
      value:           true if the object is Suppressed.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertyBase">
     
<xsd:attribute name="value" type="xsd:boolean" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute SuppressionType/@value
type xsd:boolean
properties
use optional
source <xsd:attribute name="value" type="xsd:boolean" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy