<xs:complexType name="UserDefinedUnitType">
<xs:annotation>
<xs:documentation>The UserDefinedUnitType defines the units for user-defined quantities that are not of any of the defined unit types.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="WhatIsMeasured" type="xs:string">
<xs:annotation>
<xs:documentation>The WhatIsMeasured element describes the sort of quantity that can be measured using this unit. For example 'electric current', 'angular velocity', 'density of scratches', or 'number of widgets'.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UnitName" type="xs:token">
<xs:annotation>
<xs:documentation>The UnitName element is the name for the UserDefinedUnitType. For example 'amperes','radians per second', 'scratches per door panel', or 'widgets'.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StandardName" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional StandardName element provides the name of a standard or document containing a more complete description of the named unit. For SI units, it is suggested that the value be "SI".</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |