diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLClassificationSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ExternalFileType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="FileType"> <xsd:annotation> <xsd:documentation> This extension of the ExternalFileType allows to define which role the document will have like icon, image, etc. Attributes: usage: The attribute specified what the file is used for e.g. Icon, Image or PartFamilyTemplate. Which values are possible depends on the context where this type is used. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:ExternalFileType"> <xsd:attribute name="usage" type="xsd:string" use="required"/> <xsd:attribute name="language" type="xsd:language" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="usage" type="xsd:string" use="required"/> |
type | xsd:language | ||
properties |
|
||
source | <xsd:attribute name="language" type="xsd:language" use="optional"/> |