Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element tps:regionBoundFeatureType / tps:Station
Namespace tps
Annotations
The station value along the reference alignment
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<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>
Element tps:regionBoundFeatureType / tps:Line
Namespace tps
Annotations
The name of the bounding line
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<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>
Element tps:regionBoundFeatureType / tps:Side
Namespace tps
Annotations
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>
Complex Type tps:regionBoundFeatureType
Namespace tps
Annotations
The bounding feature line
Diagram
Used by
Model
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')
Children tps:Line, tps:Side, tps:Station
Source
<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>