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"/>
      <xsd:element ref="UNIT_DESCR" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="system" use="optional">
      <xsd:simpleType>
        <xsd:restriction base="dtSTRING">
          <xsd:maxLength value="20"/>
          <xsd:minLength value="1"/>
          <!-- ***** predefined values for attribute 'type' of element 'SUPPLIER_ID' *****
							"(unece | si)" 
						-->
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>

Sample