| type | restriction of xsd:string | |||||||||
| properties |
|
|||||||||
| used by | ||||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xsd:simpleType name="UnitsOfMeasureType"> <xsd:annotation> <xsd:appinfo>Simple type for specifying metric or british units of measure.</xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="british"/> <xsd:enumeration value="metric"/> </xsd:restriction> </xsd:simpleType> |