Fix whitespace
Fix issues found by niceness check. Change-Id: I76a71680e1a3b0388c8351d2bc0311d1ad9e5a73
This commit is contained in:
parent
1d3a671491
commit
0bcae88466
@ -190,7 +190,7 @@
|
||||
</xsd:appinfo>
|
||||
</annotation>
|
||||
</element>
|
||||
|
||||
|
||||
<!-- Complex Types -->
|
||||
|
||||
<complexType abstract="true" name="Action">
|
||||
@ -214,7 +214,7 @@
|
||||
<sequence>
|
||||
<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
|
||||
</sequence>
|
||||
<attribute name="type" type="csapi:RebootType" use="required">
|
||||
<attribute name="type" type="csapi:RebootType" use="required">
|
||||
<annotation>
|
||||
<xsd:documentation
|
||||
xml:lang="EN"
|
||||
|
@ -5,7 +5,7 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd"
|
||||
schemaLocation="affinity-id.xsd">
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.servers.api.extension.beans"/>
|
||||
</schemaBindings>
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.servers.api.extension.beans"/>
|
||||
</schemaBindings>
|
||||
</bindings>
|
||||
|
@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<bindings xmlns="http://java.sun.com/xml/ns/jaxb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0" version="2.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd"
|
||||
schemaLocation="api-common.xsd">
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.common.api.beans" />
|
||||
</schemaBindings>
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0" version="2.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd"
|
||||
schemaLocation="api-common.xsd">
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.common.api.beans" />
|
||||
</schemaBindings>
|
||||
</bindings>
|
||||
|
@ -3,19 +3,19 @@
|
||||
<bindings xmlns="http://java.sun.com/xml/ns/jaxb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:csapi="http://docs.openstack.org/compute/api/v1.1"
|
||||
version="2.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd"
|
||||
schemaLocation="api.xsd">
|
||||
<globalBindings>
|
||||
<serializable />
|
||||
<javaType name="java.util.Calendar" xmlType="xsd:dateTime"
|
||||
parseMethod="javax.xml.bind.DatatypeConverter.parseDateTime"
|
||||
printMethod="javax.xml.bind.DatatypeConverter.printDateTime"/>
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd"
|
||||
schemaLocation="api.xsd">
|
||||
<globalBindings>
|
||||
<serializable />
|
||||
<javaType name="java.util.Calendar" xmlType="xsd:dateTime"
|
||||
parseMethod="javax.xml.bind.DatatypeConverter.parseDateTime"
|
||||
printMethod="javax.xml.bind.DatatypeConverter.printDateTime"/>
|
||||
<javaType name="java.lang.Integer" xmlType="csapi:UUID"
|
||||
parseMethod="com.rackspace.cloud.servers.api.jaxb.TypeConverter.parseUUID"
|
||||
printMethod="com.rackspace.cloud.servers.api.jaxb.TypeConverter.printUUID"/>
|
||||
</globalBindings>
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.servers.api.beans" />
|
||||
</schemaBindings>
|
||||
</globalBindings>
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.servers.api.beans" />
|
||||
</schemaBindings>
|
||||
</bindings>
|
||||
|
@ -5,7 +5,7 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd"
|
||||
schemaLocation="atom/atom.xsd">
|
||||
<schemaBindings>
|
||||
<package name="org.w3.www.atom"/>
|
||||
</schemaBindings>
|
||||
<schemaBindings>
|
||||
<package name="org.w3.www.atom"/>
|
||||
</schemaBindings>
|
||||
</bindings>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version='1.0'?>
|
||||
<?xml-stylesheet type="text/xsl" href="../../xslt/schema.xslt"?>
|
||||
<xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
<xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
|
||||
xmlns ="http://www.w3.org/1999/xhtml"
|
||||
xml:lang="en"
|
||||
@ -26,7 +26,7 @@
|
||||
See <a href="http://www.w3.org/XML/1998/namespace.html">
|
||||
http://www.w3.org/XML/1998/namespace.html</a> and
|
||||
<a href="http://www.w3.org/TR/REC-xml">
|
||||
http://www.w3.org/TR/REC-xml</a> for information
|
||||
http://www.w3.org/TR/REC-xml</a> for information
|
||||
about this namespace.
|
||||
</p>
|
||||
<p>
|
||||
@ -36,7 +36,7 @@
|
||||
They should not be used with conflicting semantics by any Working
|
||||
Group, specification, or document instance.
|
||||
</p>
|
||||
<p>
|
||||
<p>
|
||||
See further below in this document for more information about <a
|
||||
href="#usage">how to refer to this schema document from your own
|
||||
XSD schema documents</a> and about <a href="#nsversioning">the
|
||||
@ -51,21 +51,21 @@
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<div>
|
||||
|
||||
|
||||
<h3>lang (as an attribute name)</h3>
|
||||
<p>
|
||||
denotes an attribute whose value
|
||||
is a language code for the natural language of the content of
|
||||
any element; its value is inherited. This name is reserved
|
||||
by virtue of its definition in the XML specification.</p>
|
||||
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<h4>Notes</h4>
|
||||
<p>
|
||||
Attempting to install the relevant ISO 2- and 3-letter
|
||||
codes as the enumerated possible values is probably never
|
||||
going to be a realistic possibility.
|
||||
going to be a realistic possibility.
|
||||
</p>
|
||||
<p>
|
||||
See BCP 47 at <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">
|
||||
@ -84,7 +84,7 @@
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:union memberTypes="xs:language">
|
||||
<xs:simpleType>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value=""/>
|
||||
</xs:restriction>
|
||||
@ -97,7 +97,7 @@
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<div>
|
||||
|
||||
|
||||
<h3>space (as an attribute name)</h3>
|
||||
<p>
|
||||
denotes an attribute whose
|
||||
@ -105,7 +105,7 @@
|
||||
discipline is intended for the content of the element; its
|
||||
value is inherited. This name is reserved by virtue of its
|
||||
definition in the XML specification.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
@ -116,11 +116,11 @@
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
|
||||
|
||||
<xs:attribute name="base" type="xs:anyURI"> <xs:annotation>
|
||||
<xs:documentation>
|
||||
<div>
|
||||
|
||||
|
||||
<h3>base (as an attribute name)</h3>
|
||||
<p>
|
||||
denotes an attribute whose value
|
||||
@ -128,7 +128,7 @@
|
||||
relative URIs in the scope of the element on which it
|
||||
appears; its value is inherited. This name is reserved
|
||||
by virtue of its definition in the XML Base specification.</p>
|
||||
|
||||
|
||||
<p>
|
||||
See <a
|
||||
href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a>
|
||||
@ -138,19 +138,19 @@
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
|
||||
|
||||
<xs:attribute name="id" type="xs:ID">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<div>
|
||||
|
||||
<h3>id (as an attribute name)</h3>
|
||||
|
||||
<h3>id (as an attribute name)</h3>
|
||||
<p>
|
||||
denotes an attribute whose value
|
||||
should be interpreted as if declared to be of type ID.
|
||||
This name is reserved by virtue of its definition in the
|
||||
xml:id specification.</p>
|
||||
|
||||
|
||||
<p>
|
||||
See <a
|
||||
href="http://www.w3.org/TR/xml-id/">http://www.w3.org/TR/xml-id/</a>
|
||||
@ -171,22 +171,22 @@
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<div>
|
||||
|
||||
<h3>Father (in any context at all)</h3>
|
||||
|
||||
<h3>Father (in any context at all)</h3>
|
||||
|
||||
<div class="bodytext">
|
||||
<p>
|
||||
denotes Jon Bosak, the chair of
|
||||
the original XML Working Group. This name is reserved by
|
||||
the following decision of the W3C XML Plenary and
|
||||
denotes Jon Bosak, the chair of
|
||||
the original XML Working Group. This name is reserved by
|
||||
the following decision of the W3C XML Plenary and
|
||||
XML Coordination groups:
|
||||
</p>
|
||||
<blockquote>
|
||||
<p>
|
||||
In appreciation for his vision, leadership and
|
||||
dedication the W3C XML Plenary on this 10th day of
|
||||
February, 2000, reserves for Jon Bosak in perpetuity
|
||||
the XML name "xml:Father".
|
||||
In appreciation for his vision, leadership and
|
||||
dedication the W3C XML Plenary on this 10th day of
|
||||
February, 2000, reserves for Jon Bosak in perpetuity
|
||||
the XML name "xml:Father".
|
||||
</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
@ -263,27 +263,27 @@
|
||||
Schema itself, or with the XML namespace itself. In other words,
|
||||
if the XML Schema or XML namespaces change, the version of this
|
||||
document at <a href="http://www.w3.org/2001/xml.xsd">
|
||||
http://www.w3.org/2001/xml.xsd
|
||||
</a>
|
||||
will change accordingly; the version at
|
||||
http://www.w3.org/2001/xml.xsd
|
||||
</a>
|
||||
will change accordingly; the version at
|
||||
<a href="http://www.w3.org/2009/01/xml.xsd">
|
||||
http://www.w3.org/2009/01/xml.xsd
|
||||
</a>
|
||||
http://www.w3.org/2009/01/xml.xsd
|
||||
</a>
|
||||
will not change.
|
||||
</p>
|
||||
<p>
|
||||
Previous dated (and unchanging) versions of this schema
|
||||
Previous dated (and unchanging) versions of this schema
|
||||
document are at:
|
||||
</p>
|
||||
<ul>
|
||||
<li><a href="http://www.w3.org/2009/01/xml.xsd">
|
||||
http://www.w3.org/2009/01/xml.xsd</a></li>
|
||||
http://www.w3.org/2009/01/xml.xsd</a></li>
|
||||
<li><a href="http://www.w3.org/2007/08/xml.xsd">
|
||||
http://www.w3.org/2007/08/xml.xsd</a></li>
|
||||
http://www.w3.org/2007/08/xml.xsd</a></li>
|
||||
<li><a href="http://www.w3.org/2004/10/xml.xsd">
|
||||
http://www.w3.org/2004/10/xml.xsd</a></li>
|
||||
http://www.w3.org/2004/10/xml.xsd</a></li>
|
||||
<li><a href="http://www.w3.org/2001/03/xml.xsd">
|
||||
http://www.w3.org/2001/03/xml.xsd</a></li>
|
||||
http://www.w3.org/2001/03/xml.xsd</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -76,7 +76,7 @@
|
||||
</annotation>
|
||||
<simpleContent>
|
||||
<extension base="csapi:MetadataValue">
|
||||
<attribute name="key" type="csapi:MetadataKey" use="required">
|
||||
<attribute name="key" type="csapi:MetadataKey" use="required">
|
||||
<annotation>
|
||||
<xsd:documentation
|
||||
xml:lang="EN"
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
<!-- Include/Redefine core schema -->
|
||||
<include vc:minVersion="1.0" vc:maxVersion="1.1" schemaLocation="../../api.xsd"/>
|
||||
<!--
|
||||
<!--
|
||||
For the purposes of extending the schema api.xsd should be a flat XSD. This is, it should not have
|
||||
any <include ..> elements. That's no the case today. We should generate a flat XSD at compile time
|
||||
and reference it here.
|
||||
|
@ -466,7 +466,7 @@
|
||||
<complexType name="OverLimitAPIFault">
|
||||
<complexContent>
|
||||
<extension base="csapi:ComputeAPIFault">
|
||||
<attribute name="retryAt" type="xsd:dateTime" use="optional">
|
||||
<attribute name="retryAt" type="xsd:dateTime" use="optional">
|
||||
<annotation>
|
||||
<xsd:documentation
|
||||
xml:lang="EN"
|
||||
|
@ -71,7 +71,7 @@
|
||||
</html:p>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="GET" />
|
||||
<xs:enumeration value="DELETE" />
|
||||
@ -81,7 +81,7 @@
|
||||
<xs:enumeration value="OPTIONS" />
|
||||
<xs:enumeration value="CONNECT" />
|
||||
<xs:enumeration value="TRACE" />
|
||||
|
||||
|
||||
<xs:enumeration value="ALL" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
@ -97,7 +97,7 @@
|
||||
</html:p>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="SECOND" />
|
||||
<xs:enumeration value="MINUTE" />
|
||||
@ -114,7 +114,7 @@
|
||||
</html:p>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
|
||||
<xs:sequence>
|
||||
<xs:element name="rates" type="limits:RateLimitList" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element name="absolute" type="limits:AbsoluteLimitList" minOccurs="0" maxOccurs="1" />
|
||||
@ -148,7 +148,7 @@
|
||||
</html:p>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
|
||||
<xs:sequence>
|
||||
<xs:element name="rate" type="limits:ResourceRateLimits" minOccurs="1" maxOccurs="unbounded" />
|
||||
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
|
||||
@ -166,12 +166,12 @@
|
||||
</html:p>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
|
||||
<xs:sequence>
|
||||
<xs:element name="limit" type="limits:RateLimit" minOccurs="1" maxOccurs="unbounded" />
|
||||
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
|
||||
</xs:sequence>
|
||||
|
||||
|
||||
<xs:attribute name="uri" type="xs:string" use="required">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
|
@ -5,7 +5,7 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd"
|
||||
schemaLocation="shareip.xsd">
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.servers.api.extension.beans"/>
|
||||
</schemaBindings>
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.servers.api.extension.beans"/>
|
||||
</schemaBindings>
|
||||
</bindings>
|
||||
|
@ -11,7 +11,7 @@
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns:atom="http://www.w3.org/2005/Atom"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
|
||||
|
||||
<xs:annotation>
|
||||
<xs:appinfo
|
||||
xml:lang="EN"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
<!-- Import ATOM specific schema definitions -->
|
||||
<xs:import namespace="http://www.w3.org/2005/Atom" schemaLocation="atom/atom.xsd" />
|
||||
|
||||
|
||||
<!-- Multiple choices -->
|
||||
<xs:element name="choices" type="vers:VersionChoiceList">
|
||||
<xs:annotation>
|
||||
@ -133,7 +133,7 @@
|
||||
</html:p>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="ALPHA">
|
||||
<xs:annotation>
|
||||
@ -194,7 +194,7 @@
|
||||
</xs:enumeration>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
|
||||
|
||||
<xs:complexType name="VersionChoiceList">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
@ -259,7 +259,7 @@
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<html:p>
|
||||
The ID of a version choice represents the service version's unique
|
||||
The ID of a version choice represents the service version's unique
|
||||
identifier. This ID is guaranteed to be unique only among the
|
||||
service version choices outlined in the VersionChoiceList.
|
||||
</html:p>
|
||||
@ -300,12 +300,12 @@
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<html:p>
|
||||
A MediaTypeList outlines a collection of valid media types for a given
|
||||
A MediaTypeList outlines a collection of valid media types for a given
|
||||
service version.
|
||||
</html:p>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
|
||||
<xs:sequence>
|
||||
<xs:element name="media-type" type="vers:MediaType" minOccurs="1" maxOccurs="unbounded" />
|
||||
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
|
||||
|
@ -266,7 +266,7 @@
|
||||
annotations: currently just xsdxt:code.
|
||||
-->
|
||||
<xslt:apply-templates select="xsd:annotation/xsd:documentation/*" mode="Docs"/>
|
||||
|
||||
|
||||
<!--
|
||||
Next comes custom header...
|
||||
-->
|
||||
|
@ -5,7 +5,7 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd"
|
||||
schemaLocation="affinity-id.xsd">
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.servers.api.extension.beans"/>
|
||||
</schemaBindings>
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.servers.api.extension.beans"/>
|
||||
</schemaBindings>
|
||||
</bindings>
|
||||
|
@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<bindings xmlns="http://java.sun.com/xml/ns/jaxb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0" version="2.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd"
|
||||
schemaLocation="api-common.xsd">
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.common.api.beans" />
|
||||
</schemaBindings>
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0" version="2.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd"
|
||||
schemaLocation="api-common.xsd">
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.common.api.beans" />
|
||||
</schemaBindings>
|
||||
</bindings>
|
||||
|
@ -3,19 +3,19 @@
|
||||
<bindings xmlns="http://java.sun.com/xml/ns/jaxb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:csapi="http://docs.openstack.org/compute/api/v1.1"
|
||||
version="2.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd"
|
||||
schemaLocation="api.xsd">
|
||||
<globalBindings>
|
||||
<serializable />
|
||||
<javaType name="java.util.Calendar" xmlType="xsd:dateTime"
|
||||
parseMethod="javax.xml.bind.DatatypeConverter.parseDateTime"
|
||||
printMethod="javax.xml.bind.DatatypeConverter.printDateTime"/>
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd"
|
||||
schemaLocation="api.xsd">
|
||||
<globalBindings>
|
||||
<serializable />
|
||||
<javaType name="java.util.Calendar" xmlType="xsd:dateTime"
|
||||
parseMethod="javax.xml.bind.DatatypeConverter.parseDateTime"
|
||||
printMethod="javax.xml.bind.DatatypeConverter.printDateTime"/>
|
||||
<javaType name="java.lang.Integer" xmlType="csapi:UUID"
|
||||
parseMethod="com.rackspace.cloud.servers.api.jaxb.TypeConverter.parseUUID"
|
||||
printMethod="com.rackspace.cloud.servers.api.jaxb.TypeConverter.printUUID"/>
|
||||
</globalBindings>
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.servers.api.beans" />
|
||||
</schemaBindings>
|
||||
</globalBindings>
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.servers.api.beans" />
|
||||
</schemaBindings>
|
||||
</bindings>
|
||||
|
@ -5,7 +5,7 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd"
|
||||
schemaLocation="atom/atom.xsd">
|
||||
<schemaBindings>
|
||||
<package name="org.w3.www.atom"/>
|
||||
</schemaBindings>
|
||||
<schemaBindings>
|
||||
<package name="org.w3.www.atom"/>
|
||||
</schemaBindings>
|
||||
</bindings>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version='1.0'?>
|
||||
<?xml-stylesheet type="text/xsl" href="../../xslt/schema.xslt"?>
|
||||
<xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
<xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
|
||||
xmlns ="http://www.w3.org/1999/xhtml"
|
||||
xml:lang="en"
|
||||
@ -26,7 +26,7 @@
|
||||
See <a href="http://www.w3.org/XML/1998/namespace.html">
|
||||
http://www.w3.org/XML/1998/namespace.html</a> and
|
||||
<a href="http://www.w3.org/TR/REC-xml">
|
||||
http://www.w3.org/TR/REC-xml</a> for information
|
||||
http://www.w3.org/TR/REC-xml</a> for information
|
||||
about this namespace.
|
||||
</p>
|
||||
<p>
|
||||
@ -36,7 +36,7 @@
|
||||
They should not be used with conflicting semantics by any Working
|
||||
Group, specification, or document instance.
|
||||
</p>
|
||||
<p>
|
||||
<p>
|
||||
See further below in this document for more information about <a
|
||||
href="#usage">how to refer to this schema document from your own
|
||||
XSD schema documents</a> and about <a href="#nsversioning">the
|
||||
@ -51,21 +51,21 @@
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<div>
|
||||
|
||||
|
||||
<h3>lang (as an attribute name)</h3>
|
||||
<p>
|
||||
denotes an attribute whose value
|
||||
is a language code for the natural language of the content of
|
||||
any element; its value is inherited. This name is reserved
|
||||
by virtue of its definition in the XML specification.</p>
|
||||
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<h4>Notes</h4>
|
||||
<p>
|
||||
Attempting to install the relevant ISO 2- and 3-letter
|
||||
codes as the enumerated possible values is probably never
|
||||
going to be a realistic possibility.
|
||||
going to be a realistic possibility.
|
||||
</p>
|
||||
<p>
|
||||
See BCP 47 at <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">
|
||||
@ -84,7 +84,7 @@
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:union memberTypes="xs:language">
|
||||
<xs:simpleType>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value=""/>
|
||||
</xs:restriction>
|
||||
@ -97,7 +97,7 @@
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<div>
|
||||
|
||||
|
||||
<h3>space (as an attribute name)</h3>
|
||||
<p>
|
||||
denotes an attribute whose
|
||||
@ -105,7 +105,7 @@
|
||||
discipline is intended for the content of the element; its
|
||||
value is inherited. This name is reserved by virtue of its
|
||||
definition in the XML specification.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
@ -116,11 +116,11 @@
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
|
||||
|
||||
<xs:attribute name="base" type="xs:anyURI"> <xs:annotation>
|
||||
<xs:documentation>
|
||||
<div>
|
||||
|
||||
|
||||
<h3>base (as an attribute name)</h3>
|
||||
<p>
|
||||
denotes an attribute whose value
|
||||
@ -128,7 +128,7 @@
|
||||
relative URIs in the scope of the element on which it
|
||||
appears; its value is inherited. This name is reserved
|
||||
by virtue of its definition in the XML Base specification.</p>
|
||||
|
||||
|
||||
<p>
|
||||
See <a
|
||||
href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a>
|
||||
@ -138,19 +138,19 @@
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
|
||||
|
||||
<xs:attribute name="id" type="xs:ID">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<div>
|
||||
|
||||
<h3>id (as an attribute name)</h3>
|
||||
|
||||
<h3>id (as an attribute name)</h3>
|
||||
<p>
|
||||
denotes an attribute whose value
|
||||
should be interpreted as if declared to be of type ID.
|
||||
This name is reserved by virtue of its definition in the
|
||||
xml:id specification.</p>
|
||||
|
||||
|
||||
<p>
|
||||
See <a
|
||||
href="http://www.w3.org/TR/xml-id/">http://www.w3.org/TR/xml-id/</a>
|
||||
@ -171,22 +171,22 @@
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<div>
|
||||
|
||||
<h3>Father (in any context at all)</h3>
|
||||
|
||||
<h3>Father (in any context at all)</h3>
|
||||
|
||||
<div class="bodytext">
|
||||
<p>
|
||||
denotes Jon Bosak, the chair of
|
||||
the original XML Working Group. This name is reserved by
|
||||
the following decision of the W3C XML Plenary and
|
||||
denotes Jon Bosak, the chair of
|
||||
the original XML Working Group. This name is reserved by
|
||||
the following decision of the W3C XML Plenary and
|
||||
XML Coordination groups:
|
||||
</p>
|
||||
<blockquote>
|
||||
<p>
|
||||
In appreciation for his vision, leadership and
|
||||
dedication the W3C XML Plenary on this 10th day of
|
||||
February, 2000, reserves for Jon Bosak in perpetuity
|
||||
the XML name "xml:Father".
|
||||
In appreciation for his vision, leadership and
|
||||
dedication the W3C XML Plenary on this 10th day of
|
||||
February, 2000, reserves for Jon Bosak in perpetuity
|
||||
the XML name "xml:Father".
|
||||
</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
@ -263,27 +263,27 @@
|
||||
Schema itself, or with the XML namespace itself. In other words,
|
||||
if the XML Schema or XML namespaces change, the version of this
|
||||
document at <a href="http://www.w3.org/2001/xml.xsd">
|
||||
http://www.w3.org/2001/xml.xsd
|
||||
</a>
|
||||
will change accordingly; the version at
|
||||
http://www.w3.org/2001/xml.xsd
|
||||
</a>
|
||||
will change accordingly; the version at
|
||||
<a href="http://www.w3.org/2009/01/xml.xsd">
|
||||
http://www.w3.org/2009/01/xml.xsd
|
||||
</a>
|
||||
http://www.w3.org/2009/01/xml.xsd
|
||||
</a>
|
||||
will not change.
|
||||
</p>
|
||||
<p>
|
||||
Previous dated (and unchanging) versions of this schema
|
||||
Previous dated (and unchanging) versions of this schema
|
||||
document are at:
|
||||
</p>
|
||||
<ul>
|
||||
<li><a href="http://www.w3.org/2009/01/xml.xsd">
|
||||
http://www.w3.org/2009/01/xml.xsd</a></li>
|
||||
http://www.w3.org/2009/01/xml.xsd</a></li>
|
||||
<li><a href="http://www.w3.org/2007/08/xml.xsd">
|
||||
http://www.w3.org/2007/08/xml.xsd</a></li>
|
||||
http://www.w3.org/2007/08/xml.xsd</a></li>
|
||||
<li><a href="http://www.w3.org/2004/10/xml.xsd">
|
||||
http://www.w3.org/2004/10/xml.xsd</a></li>
|
||||
http://www.w3.org/2004/10/xml.xsd</a></li>
|
||||
<li><a href="http://www.w3.org/2001/03/xml.xsd">
|
||||
http://www.w3.org/2001/03/xml.xsd</a></li>
|
||||
http://www.w3.org/2001/03/xml.xsd</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
<!-- Include/Redefine core schema -->
|
||||
<include vc:minVersion="1.0" vc:maxVersion="1.1" schemaLocation="../../api.xsd"/>
|
||||
<!--
|
||||
<!--
|
||||
For the purposes of extending the schema api.xsd should be a flat XSD. This is, it should not have
|
||||
any <include ..> elements. That's no the case today. We should generate a flat XSD at compile time
|
||||
and reference it here.
|
||||
|
@ -5,7 +5,7 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd"
|
||||
schemaLocation="shareip.xsd">
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.servers.api.extension.beans"/>
|
||||
</schemaBindings>
|
||||
<schemaBindings>
|
||||
<package name="com.rackspace.cloud.servers.api.extension.beans"/>
|
||||
</schemaBindings>
|
||||
</bindings>
|
||||
|
@ -266,7 +266,7 @@
|
||||
annotations: currently just xsdxt:code.
|
||||
-->
|
||||
<xslt:apply-templates select="xsd:annotation/xsd:documentation/*" mode="Docs"/>
|
||||
|
||||
|
||||
<!--
|
||||
Next comes custom header...
|
||||
-->
|
||||
|
Loading…
Reference in New Issue
Block a user