gco:UnlimitedInteger_Type

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
isInfinite xs:boolean optional

Used By

Source

<xs:complexType name="UnlimitedInteger_Type">
  <xs:simpleContent>
    <xs:extension base="xs:nonNegativeInteger">
      <xs:attribute name="isInfinite" type="xs:boolean"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>