Template:Any

From railML 3 Wiki
Revision as of 12:27, 24 January 2020 by RailML Admin (talk | contribs) (Add multiplicity as optional parameter)
Jump to navigation Jump to search

Usage

This template creates a standardized link for Any-elements (see CO:usingAny to learn, what this is). The link is formated analogously as with the templates Template:TT:Tag, Template:IS:Tag, Template:RS:Tag and Template:CO:Tag, but the usage is different, as it works without an argument, because the link target is not variable. It will allways link to CO:usingAny (but has XS:Any as its link text).

Example

{{Any}}

delivers

<xs:any>

{{Any|multiplicity=0..1}}

delivers

<xs:any> (0..1)