<macroRef>

<macroRef> points to the specification for some pattern which is to be included in a schema
Módulo tagdocs — 22 Documentation Elements
Además de los atributos globales att.readFrom (@source)
key the identifier used for the required pattern within the source indicated.
Estado Necesario
Tipo de datos

<rng:data type="NCName"/>
xsd:NCName
Usado por
Puede contener Elemento vacío
Declaración

<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
}
Ejemplo

<!-- example needed -->