Updated to new fragment approach
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/1999/xhtml" targetNamespace="http://www.w3.org/1999/xhtml" elementFormDefault="qualified" version="1.0" xml:lang="en">
|
||||
<!--
|
||||
FHIR XHTML Schema
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
The content that is restricted to not appear:
|
||||
- javascript attributes and the script element
|
||||
- head, body etc (FHIR just uses div)
|
||||
- head, body etc. (FHIR just uses div)
|
||||
- forms, objects, and inserted and deleted text
|
||||
-->
|
||||
<!-- 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. -->
|
||||
@@ -244,7 +244,7 @@
|
||||
<xs:simpleType name="Coords">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
comma separated list of lengths
|
||||
comma-separated list of lengths
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:restriction base="xs:string">
|
||||
|
||||
Reference in New Issue
Block a user