Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element gco:MultiplicityRange_Type / gco:lower
Namespace http://www.isotc211.org/2005/gco
Diagram
Diagram index14.tmp#id1028 index465.tmp#id1368 index562.tmp#id1367
Type gco:Integer_PropertyType
Properties
content: complex
Model gco:Integer
Children gco:Integer
Instance
<gco:lower gco:nilReason="">
  <gco:Integer>{1,1}</gco:Integer>
</gco:lower>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason NilReasonType optional
Source
<xs:element name="lower" type="gco:Integer_PropertyType"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gco/basicTypes.xsd
Element gco:MultiplicityRange_Type / gco:upper
Namespace http://www.isotc211.org/2005/gco
Diagram
Diagram index14.tmp#id1028 index1081.tmp#id1640 index1082.tmp#id1639
Type gco:UnlimitedInteger_PropertyType
Properties
content: complex
Model gco:UnlimitedInteger
Children gco:UnlimitedInteger
Instance
<gco:upper gco:nilReason="">
  <gco:UnlimitedInteger isInfinite="">{1,1}</gco:UnlimitedInteger>
</gco:upper>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason NilReasonType optional
Source
<xs:element name="upper" type="gco:UnlimitedInteger_PropertyType"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gco/basicTypes.xsd
Complex Type gco:MultiplicityRange_Type
Namespace http://www.isotc211.org/2005/gco
Annotations
A component of a multiplicity, consisting of an non-negative lower bound, and a potentially infinite upper bound.
Diagram
Diagram index8.tmp#id991 index9.tmp#id990 index605.tmp#id1637 index605.tmp#id1638
Type extension of gco:AbstractObject_Type
Type hierarchy
Used by
Model gco:lower , gco:upper
Children gco:lower, gco:upper
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
uuid xs:string optional
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>
Schema location http://schemas.opengis.net/iso/19139/20070417/gco/basicTypes.xsd