<classRef>

<classRef> points to the specification for an attribute or model class 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 class 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="classRef">
 <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 classRef
{
   att.global.attributes,
   att.readFrom.attributes,
   attribute key { xsd:NCName },
   empty
}
Ejemplo

<!-- example needed -->