Documentation for CityGML

Simple Type: integerBetween0and4

[Table of contents]

Super-types: xs:integer < integerBetween0and4 (by restriction)
Sub-types: None
Name integerBetween0and4
Used by (from the same schema document) Complex Type ReliefFeatureType , Complex Type _ReliefComponentType
Content
  • Base XSD Type: integer
  • 0 <= value <= 4
Documentation Type for integer values, which are greater or equal than 0 and less or equal than 4. Used for encoding of the LoD number.
Diagram
Schema Component Representation
<xs:simpleType name="integerBetween0and4">
<xs:restriction base=" xs:integer ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="4"/>
</xs:restriction>
</xs:simpleType>