Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:roadStringSetType / tps:RoadString
Namespace tps
Annotations
Represents a 3D complex alignment, that can be used by an Alignment instead of a Cross section
Diagram
Type tps:roadStringType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
tps:Name , tps:StaStart , tps:Length , tps:RoadStringPair* , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Length, tps:Name, tps:RoadStringPair, tps:StaStart
Instance
<tps:RoadString xmlns:tps="tps">
  <tps:Name>{1,1}</tps:Name>
  <tps:StaStart>{1,1}</tps:StaStart>
  <tps:Length>{1,1}</tps:Length>
  <tps:RoadStringPair>{0,unbounded}</tps:RoadStringPair>
</tps:RoadString>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="RoadString" type="tps:roadStringType">
  <xs:annotation>
    <xs:documentation>Represents a 3D complex alignment, that can be used by an Alignment instead of a Cross section</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:roadStringSetType
Namespace tps
Annotations
A sequence of Road strings, that can be used by an Alignment instead of Cross sections
Diagram
Type extension of tps:alignmentPartType
Type hierarchy
Used by
Model
tps:Name , tps:StartPoint{0,1} , tps:StaStart , tps:Length , tps:State{0,1} , tps:RoadString* , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Length, tps:Name, tps:RoadString, tps:StaStart, tps:StartPoint, tps:State
Attributes
QName Type Use Annotation
id xs:ID optional
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
idRef xs:IDREF optional
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:complexType name="roadStringSetType">
  <xs:annotation>
    <xs:documentation>A sequence of Road strings, that can be used by an Alignment instead of Cross sections</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:alignmentPartType">
      <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="RoadString" type="tps:roadStringType">
          <xs:annotation>
            <xs:documentation>Represents a 3D complex alignment, that can be used by an Alignment instead of a Cross section</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>