<macroRef>

<macroRef> points to the specification for some pattern which is to be included in a schema
Modul tagdocs — 22 Documentation Elements
Neben global gültigen Attributen att.readFrom (@source)
key the identifier used for the required pattern within the source indicated.
Zustand Obligatorisch
Datentyp

<rng:data type="NCName"/>
xsd:NCName
Verwendet von
Kann enthalten Leeres Element
Deklaration

<rng:element name="macroRef">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.readFrom.attributes"/>
 <rng:attribute name="key">
  <rng:data type="NCName"/>
 </rng:attribute>
 <rng:empty/>
</rng:element>
element macroRef
{
   att.global.attributes,
   att.readFrom.attributes,
   attribute key { xsd:NCName },
   empty
}
Beispiel

<!-- example needed -->