Definition Type: ComplexType
Name: Number_PropertyType
Namespace: http://www.isotc211.org/2005/gco
Containing Schema: basicTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Integer in schema basictypes_xsd1 Drilldown into Decimal in schema basictypes_xsd1 Drilldown into Real in schema basictypes_xsd1 Drilldown into nilReason in schema gcobase_xsdXSD Diagram of Number_PropertyType in schema basictypes_xsd1 (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Real gco:Real (1) (1)
Decimal gco:Decimal (1) (1)
Integer gco:Integer (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
nilReason gco:nilReason (Optional)