gco:Multiplicity_Type

Use to represent the possible cardinality of a relation. Represented by a set of simple multiplicity ranges.

Complex Type Information

Model

Children: gco:range

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
uuid xs:string optional

Used By

Source

<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>