RTM:associatedNetElement/3.2: Difference between revisions

From railML 3 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Updated page RTM:associatedNetElement/3.2 using XSD2MediaWiki Converter 1.1.1)
(Updated page RTM:associatedNetElement/3.2 using XSD2MediaWiki Converter 1.1.1)
 
Line 13: Line 13:
{{attribut|name=keepsOrientation|pflicht=1|typ=xs:boolean|documentation=As of version 3.2 this attribute is obsolete. It turned out that this attribute although required does not serve any meaningful purpose nor did anyone know what it was supposed to do. It will be removed as of version 3.3 of railML.}},
{{attribut|name=keepsOrientation|pflicht=1|typ=xs:boolean|documentation=As of version 3.2 this attribute is obsolete. It turned out that this attribute although required does not serve any meaningful purpose nor did anyone know what it was supposed to do. It will be removed as of version 3.3 of railML.}},
{{attribut|name=netElementRef|pflicht=1|typ=xs:string|documentation=reference an object using its UUID or GenericID (xs:ID)|patterns={{pattern|(urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}}}}},
{{attribut|name=netElementRef|pflicht=1|typ=xs:string|documentation=reference an object using its UUID or GenericID (xs:ID)|patterns={{pattern|(urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}}}}},
{{attribut|name=posBegin|pflicht=0|typ=xs:decimal|documentation=generic type for length values measured in metres}},
{{attribut|name=posBegin|pflicht=0|typ=xs:decimal|documentation=position on a netElement defined as distance from its start regardless the absolute mileage of the beginning of area covered by some functional IS entity}},
{{attribut|name=posEnd|pflicht=0|typ=xs:decimal|documentation=generic type for length values measured in metres}},
{{attribut|name=posEnd|pflicht=0|typ=xs:decimal|documentation=position on a netElement defined as distance from its start regardless the absolute mileage of the end of area covered by some functional IS entity}},
{{attribut|name=sequence|pflicht=0|typ=xs:nonNegativeInteger|documentation=enumerator of an Associated net element in a sequence which defines Linear location. The correct ordering of the list should be checked against the topology definition of the network.}}
{{attribut|name=sequence|pflicht=0|typ=xs:nonNegativeInteger|documentation=enumerator of an Associated net element in a sequence which defines Linear location. The correct ordering of the list should be checked against the topology definition of the network.}}
}}
}}

Latest revision as of 15:45, 17 May 2024

Automatic Schemaexport for Element associatedNetElement

Autoexport from the XML-Schema for element RTM:associatedNetElement of railML® version 3.2
Documentation

defines LinearLocation of the path of each track

Subschema

Rtm4railml

Parents*
Children
Attributes:

  • intrinsicCoordBegin: locates beginning of a linear net element in an intrinsic coordinate (optional; xs:double),

  • intrinsicCoordEnd: locates end of a linear net element in an intrinsic coordinate (optional; xs:double),

  • keepsOrientation: As of version 3.2 this attribute is obsolete. It turned out that this attribute although required does not serve any meaningful purpose nor did anyone know what it was supposed to do. It will be removed as of version 3.3 of railML. (obligatory; xs:boolean),

  • netElementRef: reference an object using its UUID or GenericID (xs:ID) (obligatory; xs:string; patterns: (urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}),

  • posBegin: position on a netElement defined as distance from its start regardless the absolute mileage of the beginning of area covered by some functional IS entity (optional; xs:decimal),

  • posEnd: position on a netElement defined as distance from its start regardless the absolute mileage of the end of area covered by some functional IS entity (optional; xs:decimal),

  • sequence: enumerator of an Associated net element in a sequence which defines Linear location. The correct ordering of the list should be checked against the topology definition of the network. (optional; xs:nonNegativeInteger)
*Notice:
Elements may have different parent elements. As a consequence they may be used in different contexts.
Please, consider this as well as a user of this wiki as when developing this documentation further.
Aspects that are only relevant with respect to one of several parents should be explained exclusively in the documentation of the respective parent element.