<xs:element minOccurs="0" name="Station" type="xs:double"><xs:annotation><xs:documentation>The station value along the reference alignment</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="Line" type="xs:string"><xs:annotation><xs:documentation>The name of the bounding line</xs:documentation></xs:annotation></xs:element>
The side of the road. Can be no, left, right or both
Diagram
Type
restriction of xs:NMTOKEN
Properties
content
simple
minOccurs
0
default
no
Facets
enumeration
no
enumeration
left
enumeration
right
enumeration
both
Source
<xs:element default="no" minOccurs="0" name="Side"><xs:annotation><xs:documentation>The side of the road. Can be no, left, right or both</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="no"/><xs:enumeration value="left"/><xs:enumeration value="right"/><xs:enumeration value="both"/></xs:restriction></xs:simpleType></xs:element>
tps:Station{0,1} , tps:Line{0,1} , tps:Side{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
<xs:complexType name="regionBoundFeatureType"><xs:annotation><xs:documentation>The bounding feature line</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Station" type="xs:double"><xs:annotation><xs:documentation>The station value along the reference alignment</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Line" type="xs:string"><xs:annotation><xs:documentation>The name of the bounding line</xs:documentation></xs:annotation></xs:element><xs:element default="no" minOccurs="0" name="Side"><xs:annotation><xs:documentation>The side of the road. Can be no, left, right or both</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="no"/><xs:enumeration value="left"/><xs:enumeration value="right"/><xs:enumeration value="both"/></xs:restriction></xs:simpleType></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:complexType>