namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||
type | restriction of xsd:string | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
source | <xsd:simpleType name="MassPropertyUnitType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="grams,millimetres"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">sdkname=GramsMillimetres</xsd:appinfo> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="grams,centimetres"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">sdkname=GramsCentimetres</xsd:appinfo> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="kilograms,metres"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">sdkname=KilogramsMetres</xsd:appinfo> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="pounds,feet"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">sdkname=PoundsFeet</xsd:appinfo> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="pounds,inches"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">sdkname=PoundsInches</xsd:appinfo> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |