<schemaRef>

<schemaRef> (schema reference) describes or points to a related customization or schema file [2.3.10. The Schema Specification]
Moduleheader
Attributes
keythe identifier used for the customization or schema
Status Optional
Datatype teidata.xmlName
Member of
Contained by
header: encodingDesc
May contain
core: desc
Example
<schemaRef type="interchangeODD"
 url="http://www.tei-c.org/release/xml/tei/custom/odd/tei_lite.odd"/>

<schemaRef type="interchangeRNG"
 url="http://www.tei-c.org/release/xml/tei/custom/odd/tei_lite.rng"/>

<schemaRef type="projectODD"
 url="file:///schema/project.odd"/>
Content model
<content>
 <classRef key="model.descLike"
  minOccurs="0"/>

</content>
Schema Declaration
element schemaRef
{
   tei_att.global.attributes,
   tei_att.typed.attributes,
   tei_att.resourced.attributes,
   attribute key { teidata.xmlName }?,
   tei_model.descLike?
}