TT:blockPartRef: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
m (bug fixed)
(Updated using new templates (Vorlage:InheritRef, Vorlage:RailMLType))
Line 1: Line 1:
{{elementDocu|
{{ElementDocu|
elementName = blockPartRef
elementName = blockPartRef


Line 6: Line 6:
{{Deu|In dem Element {{TT:Tag|blockPartRef}} werden {{TT:Doc|blockPart}}s referenziert, um sie als Einzelaufgaben zu einem "Dienst" zu gruppieren.}}
{{Deu|In dem Element {{TT:Tag|blockPartRef}} werden {{TT:Doc|blockPart}}s referenziert, um sie als Einzelaufgaben zu einem "Dienst" zu gruppieren.}}


|parent = {{TT:Doc|blockPartSequence}}
|parent = {{TT:Tag|blockPartSequence}}
 
|childs =
 
|inheritedAttributes =


|ownAttributes =  
|ownAttributes =  
* {{Attr|ref}}: This is the reference to {{Attr|id}} of the {{TT:Tag|blockPart}}. It has to follow the constraints of {{XsdType|IDREF}}.
{{InheritRef
|attributeName = ref
|contextLink =  {{TT:Tag|blockPart}}
|notes_en =
}}


|constraints =
|constraints =
{{Attr|ref}} is mandatory.
{{Attr|ref}} {{RailMLType|tGenericRef}}, mandatory


|backHome = TT:elements
|backHome = TT:elements
}}
}}

Revision as of 00:52, 7 December 2011


blockPartRef
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element <blockPartRef> refers to blockParts for building sequences of tasks.

In dem Element <blockPartRef> werden blockParts referenziert, um sie als Einzelaufgaben zu einem "Dienst" zu gruppieren.

Attributes of blockPartRef / Attribute von blockPartRef

  • ref: This refers to the id attribute of the associated <blockPart> element.

Syntactic Constraints / Syntaktische Beschränkungen

ref xs:IDREF, mandatory

Best practice & Examples / Empfohlene Anwendung & Beispiele

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.