Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:crossSectionSetType / tps:CreateMap
Namespace tps
Annotations
If true, there must be a map of Road templates used by Cross sections
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element name="CreateMap" type="xs:boolean" default="false" minOccurs="0">
  <xs:annotation>
    <xs:documentation>If true, there must be a map of Road templates used by Cross sections</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:crossSectionSetType / tps:CrossSection
Namespace tps
Annotations
Represents a side, left or right, of an Alignment section
Diagram
Type tps:crossSectionType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
tps:Sta , tps:Side , tps:RoadTemplate* , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:RoadTemplate, tps:Side, tps:Sta
Instance
<tps:CrossSection xmlns:tps="tps">
  <tps:Sta>{1,1}</tps:Sta>
  <tps:Side>{1,1}</tps:Side>
  <tps:RoadTemplate idRef="">{0,unbounded}</tps:RoadTemplate>
</tps:CrossSection>
Source
<xs:element name="CrossSection" maxOccurs="unbounded" type="tps:crossSectionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Represents a side, left or right, of an Alignment section</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:crossSectionSetType
Namespace tps
Annotations
A sequence of Cross sections, used by an Alignment
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:CreateMap{0,1} , tps:CrossSection* , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:CreateMap, tps:CrossSection, tps:Length, tps:Name, 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="crossSectionSetType">
  <xs:annotation>
    <xs:documentation>A sequence of Cross sections, used by an Alignment</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:alignmentPartType">
      <xs:sequence>
        <xs:element name="CreateMap" type="xs:boolean" default="false" minOccurs="0">
          <xs:annotation>
            <xs:documentation>If true, there must be a map of Road templates used by Cross sections</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CrossSection" maxOccurs="unbounded" type="tps:crossSectionType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Represents a side, left or right, of an Alignment section</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>