Definition Type: ComplexType
Name: MultiplicityRange_Type
Namespace: http://www.isotc211.org/2005/gco
Type: gco:AbstractObject_Type
Containing Schema: basicTypes.xsd
Abstract
Documentation:
A component of a multiplicity, consisting of an non-negative lower bound, and a potentially infinite upper bound.
Collapse XSD Schema Diagram:
Drilldown into upper in schema basictypes_xsd1 Drilldown into lower in schema basictypes_xsd1 Drilldown into uuid in schema gcobase_xsd Drilldown into id in schema gcobase_xsd Drilldown into ObjectIdentification in schema gcobase_xsd Drilldown into AbstractObject_Type in schema gcobase_xsdXSD Diagram of MultiplicityRange_Type in schema basictypes_xsd1 (Geography Markup Language)
Collapse XSD Schema Code:
<xs:complexType name="MultiplicityRange_Type">
    <xs:annotation>
        <xs:documentation>A component of a multiplicity, consisting of an non-negative lower bound, and a potentially infinite upper bound.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="gco:AbstractObject_Type">
            <xs:sequence>
                <xs:element name="lower" type="gco:Integer_PropertyType" />
                <xs:element name="upper" type="gco:UnlimitedInteger_PropertyType" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
lower gco:lower (1) (1)
upper gco:upper (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gco:id (Optional)
uuid gco:uuid (Optional)
Collapse Derivation Tree:
Collapse References:
gco:MultiplicityRange