diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:DocumentBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:Header plm:AttribOwner plm:ViewControl plm:Text | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="PLMXMLType"> <xsd:annotation> <xsd:documentation> This defines the type of the outermost element in a PLMXML file. Elements: Header: Document header AttribOwner: Any elements derived from AttribOwner are allowed under this element, except as described below. ViewControl: Represents a camera or view point in the Motion schema, where a ViewControl does not already exist under a ProductDef. Text: Represents text in multiple languages. </xsd:documentation> <!-- The elements inside the appinfos are not part of the actual schema, but are processed by the CodeGenerator, and so appear in the PLM XML SDK run-time model and API. --> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">sdkname=Document</xsd:appinfo> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">AdditionalElements= http://www.plmxml.org/Schemas/PLMXMLSchema:ProductDefType ProductDef http://www.plmxml.org/Schemas/PLMXMLSchema:StructureDef StructureDef http://www.plmxml.org/Schemas/PLMXMLSchema:Representation Representation http://www.plmxml.org/Schemas/PLMXMLSchema:ConstructionGeometryType ConstructionGeometry http://www.plmxml.org/Schemas/PLMXMLSchema:Structure Structure http://www.plmxml.org/Schemas/PLMXMLSchema:StructureRevision StructureRevision</xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:DocumentBase"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="Header" type="plm:DocumentHeaderType"/> <xsd:element ref="plm:AttribOwner"/> <xsd:element ref="plm:ViewControl"/> <xsd:element name="Text" type="plm:MultipleLanguageTextType"/> </xsd:choice> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | |||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||
type | plm:DocumentHeaderType | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | plm:Schema plm:LoadOptions plm:Application | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xsd:element name="Header" type="plm:DocumentHeaderType"/> |
diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
type | plm:MultipleLanguageTextType | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | plm:Item | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xsd:element name="Text" type="plm:MultipleLanguageTextType"/> |