<xs:attribute name="method" use="required">
<xs:annotation>
<xs:documentation>indicates which method is used to encode the apparatus of variants.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="location-referenced">
<xs:annotation>
<xs:documentation>apparatus uses line numbers or other canonical reference scheme referenced in a base text.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="double-end-point">
<xs:annotation>
<xs:documentation>apparatus indicates the precise locations of the beginning and ending of each lemma relative to a base text.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="parallel-segmentation">
<xs:annotation>
<xs:documentation>alternate readings of a passage are given in parallel in the text; no notion of a base text is necessary.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |