structure:externalRef

Element Information

Model

(ANY element from ANY namespace OTHER than 'http://relaxng.org/ns/structure/1.0' | ANY element from LOCAL namespace 'No Namespace')

Attributes

QName Type Fixed Default Use Inheritable Annotation
datatypeLibrary xs:anyURI optional
href xs:anyURI required
ns optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://relaxng.org/ns/structure/1.0'

Used By

Element Group structure:pattern

Source

<xs:element name="externalRef">
  <xs:complexType>
    <xs:group ref="structure:other"/>
    <xs:attribute name="href" use="required" type="xs:anyURI"/>
    <xs:attributeGroup ref="structure:common-atts"/>
  </xs:complexType>
</xs:element>

Sample