Definition Type: ComplexType
Name: QuantityPropertyType
Namespace: http://www.opengis.net/gml
Type: gml:ValuePropertyType
Containing Schema: valueObjects.xsd
Abstract
Documentation:
Property whose content is a Quantity.
Collapse XSD Schema Diagram:
Drilldown into Quantity in schema valueobjects_xsd Drilldown into Value in schema valueobjects_xsd Drilldown into remoteSchema in schema gmlbase_xsd Drilldown into actuate in schema xlink_xsd Drilldown into show in schema xlink_xsd Drilldown into title in schema xlink_xsd Drilldown into arcrole in schema xlink_xsd Drilldown into role in schema xlink_xsd Drilldown into href in schema xlink_xsd Drilldown into type in schema xlink_xsdXSD Diagram of QuantityPropertyType in schema valueobjects_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="QuantityPropertyType">
    <annotation>
        <documentation>Property whose content is a Quantity.</documentation>
    </annotation>
    <complexContent>
        <restriction base="gml:ValuePropertyType">
            <sequence>
                <element ref="gml:Quantity" minOccurs="0" />
            </sequence>
        </restriction>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Value gml:_Value (1) (1)
_Geometry gml:_Geometry (1) (1)
_TimeObject gml:_TimeObject (1) (1)
Null gml:Null (1) (1)
measure gml:measure (1) (1)
Quantity gml:Quantity 0 (1)
<xs:group> gml:Value 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type xlink:type (Optional)
href xlink:href (Optional)
role xlink:role (Optional)
arcrole xlink:arcrole (Optional)
title xlink:title (Optional)
show xlink:show (Optional)
actuate xlink:actuate (Optional)
remoteSchema gml:remoteSchema Optional
Collapse Derivation Tree: