Sha256: 56477292cbbd2858c3de46e32255c1ab226ef86a7f84fa9eefa92babb24a2779

Contents?: true

Size: 1.32 KB

Versions: 13

Compression:

Stored size: 1.32 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="../2008/09/xsd.xsl" type="text/xsl"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/1999/xhtml" targetNamespace="http://www.w3.org/XML/1998/namespace" xml:lang="en">
  <!-- Note: When using this schema with some tools, it may also be necessary to declare xmlns:xml="http://www.w3.org/XML/1998/namespace", however this causes performance issues with other tools and thus is not in the base schemas. -->
  <xs:attribute name="lang">
    <xs:simpleType>
      <xs:union memberTypes="xs:language">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value=""/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="space">
    <xs:simpleType>
      <xs:restriction base="xs:NCName">
        <xs:enumeration value="default"/>
        <xs:enumeration value="preserve"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="base" type="xs:anyURI"/>
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attributeGroup name="specialAttrs">
    <xs:attribute ref="xml:base"/>
    <xs:attribute ref="xml:lang"/>
    <xs:attribute ref="xml:space"/>
    <xs:attribute ref="xml:id"/>
  </xs:attributeGroup>
</xs:schema>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fhir_dstu2_models-1.2.0 lib/fhir_dstu2_models/definitions/schema/xml.xsd
fhir_dstu2_models-1.1.1 lib/fhir_dstu2_models/definitions/schema/xml.xsd
fhir_dstu2_models-1.1.0 lib/fhir_dstu2_models/definitions/schema/xml.xsd
fhir_dstu2_models-1.0.11 lib/fhir_dstu2_models/definitions/schema/xml.xsd
fhir_dstu2_models-1.0.10 lib/fhir_dstu2_models/definitions/schema/xml.xsd
fhir_dstu2_models-1.0.9 lib/fhir_dstu2_models/definitions/schema/xml.xsd
fhir_dstu2_models-1.0.8 lib/fhir_dstu2_models/definitions/schema/xml.xsd
fhir_dstu2_models-1.0.7 lib/fhir_dstu2_models/definitions/schema/xml.xsd
fhir_dstu2_models-1.0.6 lib/fhir_dstu2_models/definitions/schema/xml.xsd
fhir_dstu2_models-1.0.5 lib/fhir_dstu2_models/definitions/schema/xml.xsd
fhir_dstu2_models-1.0.4 lib/fhir_dstu2_models/definitions/schema/xml.xsd
fhir_dstu2_models-1.0.3 lib/fhir_dstu2_models/definitions/schema/xml.xsd
fhir_dstu2_models-1.0.2 lib/fhir_dstu2_models/definitions/schema/xml.xsd