simpleType MassConstraintsUnitType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute MassConstraintsType/@units
facets
Kind Value Annotation
enumeration milligrams
enumeration grams
enumeration kilograms
enumeration pounds
annotation
documentation

  PLMXML attributes for UG specific constraint data.
 
source <xsd:simpleType name="MassConstraintsUnitType">
 
<xsd:annotation>
   
<xsd:documentation>
  PLMXML attributes for UG specific constraint data.
 
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="milligrams"/>
   
<xsd:enumeration value="grams"/>
   
<xsd:enumeration value="kilograms"/>
   
<xsd:enumeration value="pounds"/>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy