<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://www.tei-c.org/ns/1.0" xmlns:examples="http://www.tei-c.org/ns/Examples" targetNamespace="http://www.tei-c.org/ns/Examples" elementFormDefault="qualified">
  <xs:import schemaLocation="textgrid:h5fc" namespace="http://www.tei-c.org/ns/1.0"></xs:import>
  <xs:import schemaLocation="textgrid:h5fk" namespace="http://www.w3.org/XML/1998/namespace"></xs:import>
  <xs:element name="egXML">
    <xs:annotation>
      <xs:documentation>(example of XML) contains a single well-formed XML fragment demonstrating the use of some XML element or
    attribute, in which the egXML element itself functions as the root element. </xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:group ref="ns1:macro.anyXML" maxOccurs="unbounded" minOccurs="0"></xs:group>
      <xs:attributeGroup ref="ns1:att.global.attributes"></xs:attributeGroup>
      <xs:attribute default="true" name="valid">
        <xs:annotation>
          <xs:documentation>indicates the intended validity of the example with respect to
a schema.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="true">
              <xs:annotation>
                <xs:documentation>the example is intended to be fully valid,
assuming that its root element can be used as the root element in the
schema concerned.</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="feasible">
              <xs:annotation>
                <xs:documentation>the example could be transformed into
a valid document by inserting any number of valid attributes and child
elements anywhere within it; it is valid against a version of the
schema concerned in which every data, list, element, or attribute
element has been made optional.</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="false">
              <xs:annotation>
                <xs:documentation>the example is not intended to be valid,
and contains deliberate errors.</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:complexType>
  </xs:element>
</xs:schema>