Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:regionRefAlignmentType / tps:StartBounding
Namespace tps
Annotations
The start bounding feature line
Diagram
Type tps:regionBoundFeatureType
Properties
content complex
minOccurs 0
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
Instance
<tps:StartBounding xmlns:tps="tps">
  <tps:Station>{0,1}</tps:Station>
  <tps:Line>{0,1}</tps:Line>
  <tps:Side>{0,1}</tps:Side>
</tps:StartBounding>
Source
<xs:element minOccurs="0" name="StartBounding" type="tps:regionBoundFeatureType">
  <xs:annotation>
    <xs:documentation>The start bounding feature line</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:regionRefAlignmentType / tps:EndBounding
Namespace tps
Annotations
The end bounding feature line
Diagram
Type tps:regionBoundFeatureType
Properties
content complex
minOccurs 0
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
Instance
<tps:EndBounding xmlns:tps="tps">
  <tps:Station>{0,1}</tps:Station>
  <tps:Line>{0,1}</tps:Line>
  <tps:Side>{0,1}</tps:Side>
</tps:EndBounding>
Source
<xs:element minOccurs="0" name="EndBounding" type="tps:regionBoundFeatureType">
  <xs:annotation>
    <xs:documentation>The end bounding feature line</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:regionRefAlignmentType
Namespace tps
Annotations
The reference to a road alignment with the start/end bounding features
Diagram
Used by
Model
tps:StartBounding{0,1} , tps:EndBounding{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:EndBounding, tps:StartBounding
Attributes
QName Type Use
idRef xs:string required
Source
<xs:complexType name="regionRefAlignmentType">
  <xs:annotation>
    <xs:documentation>The reference to a road alignment with the start/end bounding features</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="0" name="StartBounding" type="tps:regionBoundFeatureType">
      <xs:annotation>
        <xs:documentation>The start bounding feature line</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="EndBounding" type="tps:regionBoundFeatureType">
      <xs:annotation>
        <xs:documentation>The end bounding feature line</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
  <xs:attribute name="idRef" type="xs:string" use="required"/>
</xs:complexType>
Attribute tps:regionRefAlignmentType / @idRef
Namespace No namespace
Type xs:string
Properties
use required
Used by
Source
<xs:attribute name="idRef" type="xs:string" use="required"/>