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