gco:MultiplicityRange_Type

A component of a multiplicity, consisting of an non-negative lower bound, and a potentially infinite upper bound.

Complex Type Information

Model

Children: gco:lower, gco:upper

Attributes

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

Used By

Source

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