tei:att.interpLike.attribute.inst

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
inst restriction of list of xs:anyURI optional
(instances) points to instances of the analysis or interpretation
represented by the current element.

Used By

Source

<xs:attributeGroup name="att.interpLike.attribute.inst">
  <xs:attribute name="inst">
    <xs:annotation>
      <xs:documentation>(instances) points to instances of the analysis or interpretation represented by the current element.</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>