Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element gco:MultiplicityRange_Type / gco:lower
Namespace http://www.isotc211.org/2005/gco
Diagram
Diagram index15.tmp#id1118 index286.tmp#id1458 index287.tmp#id1457
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 index15.tmp#id1118 index496.tmp#id1730 index988.tmp#id1729
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 index20.tmp#id1081 index37.tmp#id1080 index845.tmp#id1727 index845.tmp#id1728
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