IS:area: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
(Die Seite wurde neu angelegt: {{elementDocu| elementName = area |parent = {{DocIS|ocp}} |ownAttributes = * {{attr|name}}: a name of the region ({{DocIS|tGenericName}}, optional) * {{attr|number}}...)
 
(multiplicity)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{elementDocu|
{{ElementDocu|
elementName = area
elementName = area


|parent = {{DocIS|ocp}}
|parent = {{IS:Tag|ocp}}
 
|childs=''None''
|minocc=0
|inheritedAttributes=''None''
|ownAttributes =
|ownAttributes =
* {{attr|name}}: a name of the region ({{DocIS|tGenericName}}, optional)
* {{Attr|name}}: This is a name of the region.


* {{attr|number}}: a number of the region ({{xsdType|integer}}, optional)
* {{Attr|number}}: This is a number of the region.


* {{attr|zip}}: a zip code ({{xsdType|integer}}, required)
* {{Attr|zip}}: This is a zip code of the region.


|semantics =
|semantics =
Line 15: Line 17:


|notes =
|notes =
Differentiation is made by using zip codes.
Differentiation is made by using {{Attr|zip}} codes.
 
|constraints =
* {{Attr|name}} {{RailMLType|tGenericName}}, optional
 
* {{Attr|number}} {{RailMLType|tPositiveCounter}}, optional
 
* {{Attr|zip}} {{XsdType|string}}, optional <br> {{Depr|2.2}} {{RailMLType|tPositiveCounter}}, mandatory
 
|backHome = IS:elements
}}
}}

Latest revision as of 19:09, 25 November 2018


area
 


Scheme description / Schemenbeschreibung

Position of area in the XML-Tree / Position von area im XML-Baum

  • Parent: <ocp>
  • Children: None

Multiplicity / Anzahl

[0..1]

Semantics / Bedeutung

A <area> specifies the region, an operation control point is responsible for.

Attributes of area / Attribute von area

  • name: This is a name of the region.
  • number: This is a number of the region.
  • zip: This is a zip code of the region.

Syntactic Constraints / Syntaktische Beschränkungen

Best practice & Examples / Empfohlene Anwendung & Beispiele

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen

Differentiation is made by using zip codes.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.