Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element gco:MultiplicityRange_Type / gco:lower
Namespace http://www.isotc211.org/2005/gco
Diagram
Diagram index8.tmp#id952 index774.tmp#id1292 index775.tmp#id1291
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 gml: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 index8.tmp#id952 index1300.tmp#id1564 index1301.tmp#id1563
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 gml: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 index56.tmp#id915 index57.tmp#id914 index305.tmp#id1561 index305.tmp#id1562
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