tei:att.pointing.attribute.target

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
target restriction of list of xs:anyURI optional
specifies the destination of the reference by supplying one or more URI
References

Used By

Attribute Group tei:att.pointing.attributes

Source

<xs:attributeGroup name="att.pointing.attribute.target">
  <xs:attribute name="target">
    <xs:annotation>
      <xs:documentation>specifies the destination of the reference by supplying one or more URI References</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="xs:anyURI"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>