<xs:element name="Imperial">
<xs:annotation>
<xs:documentation />
</xs:annotation>
<xs:complexType>
<xs:attribute name="areaUnit" type="impArea" use="required" />
<xs:attribute name="linearUnit" type="impLinear" use="required" />
<xs:attribute name="volumeUnit" type="impVolume" use="required" />
<xs:attribute name="temperatureUnit" type="impTemperature" use="required" />
<xs:attribute name="pressureUnit" type="impPressure" use="required" />
<xs:attribute name="diameterUnit" type="impDiameter" />
<xs:attribute name="widthUnit" type="impWidth" />
<xs:attribute name="heightUnit" type="impHeight" />
<xs:attribute name="velocityUnit" type="impVelocity" />
<xs:attribute name="flowUnit" type="impFlow" />
<xs:attribute name="angularUnit" type="angularType" default="radians" />
<xs:attribute name="directionUnit" type="angularType" default="radians" />
</xs:complexType>
</xs:element>
|