User:RailML Coord Common/Sandbox

From railML 2 Wiki
Jump to navigation Jump to search
  • pos: tLengthM (xs:decimal, 6 fraction digits, length value measured in meter); required; must be greater than or equal to zero, less than or equal to the track's length
  • distNearestDangerPoint: xs:decimal, 6 fraction digits, length value measured in meter
  • trackDist: xs:decimal, 6 fraction digits, length value measured in meter
  • height: xs:decimal, 6 fraction digits, length value measured in meter
  • numberOfLamps xs:nonNegativeInteger, optional
  • mountedOn: enumeration, optional
  • positionAtTrack: Restriction of xs:string (enumeration), optional
  • absPos: xs:decimal, 6 fraction digits, length value measured in meter; optional
  • absPosOffset: xs:decimal, 6 fraction digits, length value measured in meter; optional
  • ocpStationRef xs:IDREF, optional
  • controllerRef xs:IDREF, optional
  • code: xs:string, optional
  • name: xs:string, optional
  • description: xs:string, optional
  • dir: xs:string, generic type for direction statements: enumeration up, down, unknown, none, both; optional
  • sight: xs:decimal, 6 fraction digits, length value measured in meter
  • signalBoxOcpRef: xs:IDREF, optional
  • stationOcpRef: xs:IDREF, optional
  • type: union of (restriction of xs:string, tOtherEnumerationValue), where the latter is defined as:an arbitrary string starting with 'other:' followed by at minimum two characters, white space not allowed for extending railML® enumeration lists; pattern: other:\w{2,}, optional
  • function: union of (restriction of xs:string, tOtherEnumerationValue), where the latter is defined as:an arbitrary string starting with 'other:' followed by at minimum two characters, white space not allowed for extending railML® enumeration lists; pattern: other:\w{2,}, optional
  • id: xs:ID, required
    a string, starting with a letter (a..zA..Z) or an underscore (_),
    followed by a non-colonized and non-spaced string consisting of letters, digits, points (.), dashes (-) or underscores (_)