diagram |
|
namespace |
http://www.plmxml.org/Schemas/PLMXMLSchema |
type |
extension of plm:AttributeBase |
properties |
|
children |
plm:Description plm:ApplicationRef |
used by |
|
attributes |
|
annotation |
documentation |
PLMXML attributes for UG specific representation.
|
|
source |
<xsd:complexType name="RepresentationDataType">
<xsd:annotation>
<xsd:documentation>
PLMXML attributes for UG specific representation.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="plm:AttributeBase">
<xsd:attribute name="format" type="plm:RepresentationFormatType" use="required"/>
<xsd:attribute name="partNumber" type="plm:StringFieldType" use="optional"/>
<xsd:attribute name="revision" type="plm:StringFieldType" use="optional"/>
<xsd:attribute name="units" type="plm:StringFieldType" use="optional"/>
<xsd:attribute name="type" type="plm:StringFieldType" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |