units

Attribute Information

Used By

Complex Type xces:byteCountString

Source

<xs:attribute name="units" default="kb">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="bytes"/>
      <xs:enumeration value="kb"/>
      <xs:enumeration value="mb"/>
      <xs:enumeration value="gb"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample