us-types:threeDigitItemType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
contextRef IDREF required
id country:ID optional

Used By

Source

<xs:complexType abstract="false" mixed="false" name="threeDigitItemType">
  <xs:simpleContent>
    <xs:restriction base="xbrli:stringItemType">
      <xs:pattern value="[0-9][0-9][0-9]"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>