Definition Type: ComplexType
Name: Multiplicity_Type
Namespace: http://www.isotc211.org/2005/gco
Type: gco:AbstractObject_Type
Containing Schema: basicTypes.xsd
Abstract
Documentation:
Use to represent the possible cardinality of a relation. Represented by a set of simple multiplicity ranges.
Collapse XSD Schema Diagram:
Drilldown into range 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 Multiplicity_Type in schema basictypes_xsd1 (Geography Markup Language)
Collapse XSD Schema Code:
<xs:complexType name="Multiplicity_Type">
    <xs:annotation>
        <xs:documentation>Use to represent the possible cardinality of a relation. Represented by a set of simple multiplicity ranges.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="gco:AbstractObject_Type">
            <xs:sequence>
                <xs:element name="range" type="gco:MultiplicityRange_PropertyType" maxOccurs="unbounded" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
range gco:range (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gco:id (Optional)
uuid gco:uuid (Optional)
Collapse Derivation Tree:
Collapse References:
gco:Multiplicity