diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-11-17 21:09:46 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-11-17 21:09:46 (GMT) |
commit | fc7f7edd0b8011cb71573b15462ef83068d9e54b (patch) | |
tree | 459fb7d1a9611f563e3000386df5cb7cdf506916 /libxml2/test/schemas/bug152470_1.xsd | |
parent | 4f65b25b474bf534e40c3d3aa47d43e8457fcc9a (diff) | |
download | blt-fc7f7edd0b8011cb71573b15462ef83068d9e54b.zip blt-fc7f7edd0b8011cb71573b15462ef83068d9e54b.tar.gz blt-fc7f7edd0b8011cb71573b15462ef83068d9e54b.tar.bz2 |
local fork libxml2
Diffstat (limited to 'libxml2/test/schemas/bug152470_1.xsd')
-rwxr-xr-x | libxml2/test/schemas/bug152470_1.xsd | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/libxml2/test/schemas/bug152470_1.xsd b/libxml2/test/schemas/bug152470_1.xsd deleted file mode 100755 index 7fc9747..0000000 --- a/libxml2/test/schemas/bug152470_1.xsd +++ /dev/null @@ -1,49 +0,0 @@ -<?xml version="1.0"?> -<schema - targetNamespace="urn:oma:bac:dldrm:roap-1.0" - xmlns="http://www.w3.org/2001/XMLSchema" - xmlns:roap="urn:oma:bac:dldrm:roap-1.0" - xmlns:ds="http://www.w3.org/2000/09/xmldsig#" - xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" - elementFormDefault="unqualified" - attributeFormDefault="unqualified"> -<!-- Basic Types --> -<complexType name="Request" abstract="true"/> -<!-- Basic types to identify entities --> - -<complexType name="Identifier"> - <choice> - <element name="keyIdentifier" type="roap:X509SPKIHash"/> <!-- was: type="roap:KeyIdentifier" --> - </choice> -</complexType> - -<complexType name="KeyIdentifier" /> <!-- removed: abstract="true" --> - -<complexType name="X509SPKIHash"> - <complexContent> - <extension base="roap:KeyIdentifier"> - <sequence> - <element name="hash" type="base64Binary"/> - </sequence> - <attribute name="algorithm" type="anyURI" - default="http://www.w3.org/2000/09/xmldsig#sha1"/> - </extension> - </complexContent> -</complexType> - -<element name="deviceHello" type="roap:DeviceHello"/> - -<complexType name="DeviceHello"> - <complexContent> - <extension base="roap:Request"> - <sequence> - <element name="deviceID" type="roap:Identifier" - maxOccurs="unbounded"/> - </sequence> - </extension> - </complexContent> -</complexType> - -</schema> - - |