Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element gco:MultiplicityRange_Type / gco:lower
Namespace http://www.isotc211.org/2005/gco
Diagram
Diagram docindex17.tmp#id936 docindex365.tmp#id1564 docindex366.tmp#id1563
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 docindex17.tmp#id936 docindex1058.tmp#id1836 docindex1310.tmp#id1835
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 docindex29.tmp#id899 docindex30.tmp#id898 docindex707.tmp#id1833 docindex707.tmp#id1834
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