gco:Number_PropertyType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
gco:nilReason gml:NilReasonType optional

Source

<xs:complexType name="Number_PropertyType">
  <xs:choice minOccurs="0">
    <xs:element ref="gco:Real"/>
    <xs:element ref="gco:Decimal"/>
    <xs:element ref="gco:Integer"/>
  </xs:choice>
  <xs:attribute ref="gco:nilReason"/>
</xs:complexType>