diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:StructureDefBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:uriReferenceListType |
source | <xsd:attribute name="rootRefs" type="plm:uriReferenceListType" plm:deprecated="true"/> |