UNIT

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
system restriction of dtSTRING optional

Used By

Element UNITS

Source

<xsd:element name="UNIT">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="UNIT_ID"/>
      <xsd:element ref="UNIT_NAME" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="UNIT_SHORTNAME" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="UNIT_DESCR" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="UNIT_CODE" minOccurs="0"/>
      <xsd:element ref="UNIT_URI" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="system" use="optional">
      <xsd:simpleType>
        <xsd:restriction base="dtSTRING">
          <xsd:maxLength value="20"/>
          <xsd:minLength value="1"/>
          <xsd:pattern value="si|unece|\w{1,20}"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>

Sample