Definition Type: ComplexType
Name: Number_PropertyType
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gco/dhs-gmo/1.0.0
Containing Schema: basicTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Integer in schema basictypes_xsd Drilldown into Decimal in schema basictypes_xsd Drilldown into Real in schema basictypes_xsd Drilldown into nilReason in schema gcobase_xsdXSD Diagram of Number_PropertyType in schema basictypes_xsd (National Information Exchange Model (NEIM))
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)