complexType PlantDefType
diagram plmxml_diagrams/plmxml_p1103.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StructureDefBase
properties
base plm:StructureDefBase
children plm:Description plm:ApplicationRef plm:Attribute plm:InstanceGraph plm:StructureRevisionView plm:Representation plm:ProductView plm:DisplayControl plm:ViewControl plm:LightSource plm:Material plm:ConstructionGeometry plm:GDE plm:Section plm:WorkAreaInstance plm:WorkAreaRevision plm:PlantView
used by
element PlantDef
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      
revision  xsd:decimal  optional      
defaultProductViewRef  xsd:IDREF  optional      
default  xsd:boolean  optional      
variantRuleRef  plm:anyURIType        
revisionRuleRef  plm:anyURIType        
configured  xsd:boolean  optional      
rootRefs  plm:uriReferenceListType        
annotation
documentation

      PlantDef differs from ProductDef as it has the concept of stationFlow.
   
      Attributes:
   
      rootRefs:
   
      Sub-elements:
   
      PlantView:
      WorkAreaInstance: 
      WorkAreaRevision: 
     
source <xsd:complexType name="PlantDefType">
 
<xsd:annotation>
   
<xsd:documentation>
      PlantDef differs from ProductDef as it has the concept of stationFlow.
   
      Attributes:
   
      rootRefs:
   
      Sub-elements:
   
      PlantView:
      WorkAreaInstance: 
      WorkAreaRevision: 
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureDefBase">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="plm:WorkAreaInstance" plm:deprecated="true"/>
       
<xsd:element ref="plm:WorkAreaRevision" plm:deprecated="true"/>
       
<xsd:element ref="plm:PlantView"/>
     
</xsd:choice>
     
<xsd:attribute name="rootRefs" type="plm:uriReferenceListType" plm:deprecated="true"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute PlantDefType/@rootRefs
type plm:uriReferenceListType
source <xsd:attribute name="rootRefs" type="plm:uriReferenceListType" plm:deprecated="true"/>


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