tei:att.pointing.group.attribute.domains

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
domains restriction of list of union of(xs:anyURI, xs:anyURI, xs:anyURI) optional
optionally specifies the identifiers of the elements within which all
elements indicated by the contents of this element lie.

Used By

Source

<xs:attributeGroup name="att.pointing.group.attribute.domains">
  <xs:attribute name="domains">
    <xs:annotation>
      <xs:documentation>optionally specifies the identifiers of the elements within which all elements indicated by the contents of this element lie.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list>
            <xs:simpleType>
              <xs:union memberTypes="xs:anyURI xs:anyURI xs:anyURI"/>
            </xs:simpleType>
          </xs:list>
        </xs:simpleType>
        <xs:minLength value="2"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>