⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xmlschema

📁 JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors,
💻
📖 第 1 页 / 共 5 页
字号:
  <annotation>    <documentation xml:lang="en">      First the builtin primitive datatypes.  These definitions are for      information only, the real builtin definitions are magic.  Note in      particular that there is no type named 'anySimpleType'.  The      primitives should really be derived from no type at all, and      anySimpleType should be derived as a union of all the primitives.    </documentation>    <documentation xml:lang="en">      For each built-in datatype in this schema (both primitive and      derived) can be uniquely addressed via a URI constructed      as follows:        1) the base URI is the URI of the XML Schema namespace        2) the fragment identifier is an XPointer that identifies        the name of the datatype, as an ID              For example, to address the date datatype, the URI is:              http://www.w3.org/2000/10/XMLSchema#xpointer(id("date"))            Additionally, each facet definition element can be uniquely      addressed via a URI constructed as follows:        1) the base URI is the URI of the XML Schema namespace        2) the fragment identifier is an XPointer that identifies        the name of the facet, as an ID              For example, to address the period facet, the URI is:              http://www.w3.org/2000/10/XMLSchema#xpointer(id("period"))      Additionally, each facet usage in a built-in datatype definition      can be uniquely addressed via a URI constructed as follows:        1) the base URI is the URI of the XML Schema namespace        2) the fragment identifier is an XPointer that identifies        the name of the datatype, followed by a period (".")        followed by the name of the facet, as an ID              For example, to address the usage of the period facet in      the definition of date, the URI is:              http://www.w3.org/2000/10/XMLSchema#xpointer(id("date.period"))            </documentation>  </annotation>   <simpleType name="string" id="string">    <annotation>      <appinfo>        <hfp:hasFacet name="length"/>        <hfp:hasFacet name="minLength"/>        <hfp:hasFacet name="maxLength"/>        <hfp:hasFacet name="pattern"/>        <hfp:hasFacet name="enumeration"/>        <hfp:hasFacet name="whiteSpace"/>        <hfp:hasProperty name="ordered" value="false"/>        <hfp:hasProperty name="bounded" value="false"/>        <hfp:hasProperty name="cardinality" value="countably infinite"/>        <hfp:hasProperty name="numeric" value="false"/>      </appinfo>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#string"/>    </annotation>    <restriction base="anySimpleType">      <whiteSpace value="preserve"/>    </restriction>  </simpleType>  <simpleType name="boolean" id="boolean">    <annotation>      <appinfo>        <hfp:hasFacet name="pattern"/>        <hfp:hasFacet name="whiteSpace"/>        <hfp:hasProperty name="ordered" value="false"/>        <hfp:hasProperty name="bounded" value="false"/>        <hfp:hasProperty name="cardinality" value="finite"/>        <hfp:hasProperty name="numeric" value="false"/>      </appinfo>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#boolean"/>    </annotation>    <restriction base="anySimpleType">      <whiteSpace value="collapse"/>    </restriction>  </simpleType>  <simpleType name="float" id="float">    <annotation>      <appinfo>        <hfp:hasFacet name="pattern"/>        <hfp:hasFacet name="enumeration"/>        <hfp:hasFacet name="whiteSpace"/>        <hfp:hasFacet name="maxInclusive"/>        <hfp:hasFacet name="maxExclusive"/>        <hfp:hasFacet name="minInclusive"/>        <hfp:hasFacet name="minExclusive"/>        <hfp:hasProperty name="ordered" value="true"/>        <hfp:hasProperty name="bounded" value="true"/>        <hfp:hasProperty name="cardinality" value="finite"/>        <hfp:hasProperty name="numeric" value="true"/>      </appinfo>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#float"/>    </annotation>    <restriction base="anySimpleType">      <whiteSpace value="collapse"/>    </restriction>  </simpleType>  <simpleType name="double" id="double">    <annotation>      <appinfo>        <hfp:hasFacet name="pattern"/>        <hfp:hasFacet name="enumeration"/>        <hfp:hasFacet name="whiteSpace"/>        <hfp:hasFacet name="maxInclusive"/>        <hfp:hasFacet name="maxExclusive"/>        <hfp:hasFacet name="minInclusive"/>        <hfp:hasFacet name="minExclusive"/>        <hfp:hasProperty name="ordered" value="true"/>        <hfp:hasProperty name="bounded" value="true"/>        <hfp:hasProperty name="cardinality" value="finite"/>        <hfp:hasProperty name="numeric" value="true"/>      </appinfo>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#double"/>    </annotation>    <restriction base="anySimpleType">      <whiteSpace value="collapse"/>    </restriction>  </simpleType>  <simpleType name="decimal" id="decimal">    <annotation>      <appinfo>        <hfp:hasFacet name="precision"/>        <hfp:hasFacet name="scale"/>        <hfp:hasFacet name="pattern"/>        <hfp:hasFacet name="whiteSpace"/>        <hfp:hasFacet name="enumeration"/>        <hfp:hasFacet name="maxInclusive"/>        <hfp:hasFacet name="maxExclusive"/>        <hfp:hasFacet name="minInclusive"/>        <hfp:hasFacet name="minExclusive"/>        <hfp:hasProperty name="ordered" value="true"/>        <hfp:hasProperty name="bounded" value="false"/>        <hfp:hasProperty name="cardinality" value="countably infinite"/>        <hfp:hasProperty name="numeric" value="true"/>      </appinfo>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#decimal"/>    </annotation>    <restriction base="anySimpleType">      <whiteSpace value="collapse"/>    </restriction>   </simpleType>   <simpleType name="timeDuration" id="timeDuration">    <annotation>      <appinfo>        <hfp:hasFacet name="pattern"/>        <hfp:hasFacet name="enumeration"/>        <hfp:hasFacet name="whiteSpace"/>        <hfp:hasFacet name="maxInclusive"/>        <hfp:hasFacet name="maxExclusive"/>        <hfp:hasFacet name="minInclusive"/>        <hfp:hasFacet name="minExclusive"/>        <hfp:hasProperty name="ordered" value="true"/>        <hfp:hasProperty name="bounded" value="false"/>        <hfp:hasProperty name="cardinality" value="countably infinite"/>        <hfp:hasProperty name="numeric" value="false"/>      </appinfo>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#timeDuration"/>    </annotation>    <restriction base="anySimpleType">      <whiteSpace value="collapse"/>    </restriction>   </simpleType>   <simpleType name="recurringDuration" id="recurringDuration">    <annotation>      <appinfo>        <hfp:hasFacet name="duration"/>        <hfp:hasFacet name="period"/>        <hfp:hasFacet name="pattern"/>        <hfp:hasFacet name="enumeration"/>        <hfp:hasFacet name="whiteSpace"/>        <hfp:hasFacet name="maxInclusive"/>        <hfp:hasFacet name="maxExclusive"/>        <hfp:hasFacet name="minInclusive"/>        <hfp:hasFacet name="minExclusive"/>        <hfp:hasProperty name="ordered" value="true"/>        <hfp:hasProperty name="bounded" value="false"/>        <hfp:hasProperty name="cardinality" value="countably infinite"/>        <hfp:hasProperty name="numeric" value="false"/>      </appinfo>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#recurringDuration"/>    </annotation>    <restriction base="anySimpleType">      <whiteSpace value="collapse"/>    </restriction>   </simpleType>   <simpleType name="binary" id="binary">    <annotation>      <appinfo>        <hfp:hasFacet name="encoding"/>        <hfp:hasFacet name="length"/>        <hfp:hasFacet name="minLength"/>        <hfp:hasFacet name="maxLength"/>        <hfp:hasFacet name="pattern"/>        <hfp:hasFacet name="enumeration"/>        <hfp:hasFacet name="whiteSpace"/>        <hfp:hasProperty name="ordered" value="false"/>        <hfp:hasProperty name="bounded" value="false"/>        <hfp:hasProperty name="cardinality" value="countably infinite"/>        <hfp:hasProperty name="numeric" value="false"/>      </appinfo>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#binary"/>    </annotation>    <restriction base="anySimpleType">      <whiteSpace value="collapse"/>    </restriction>   </simpleType>   <simpleType name="uriReference" id="uriReference">    <annotation>      <appinfo>        <hfp:hasFacet name="length"/>        <hfp:hasFacet name="minLength"/>        <hfp:hasFacet name="maxLength"/>        <hfp:hasFacet name="pattern"/>        <hfp:hasFacet name="enumeration"/>        <hfp:hasFacet name="whiteSpace"/>        <hfp:hasProperty name="ordered" value="false"/>        <hfp:hasProperty name="bounded" value="false"/>        <hfp:hasProperty name="cardinality" value="countably infinite"/>        <hfp:hasProperty name="numeric" value="false"/>      </appinfo>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#uriReference"/>    </annotation>    <restriction base="anySimpleType">      <whiteSpace value="collapse"/>    </restriction>   </simpleType>   <simpleType name="ID" id="ID">    <annotation>      <appinfo>        <hfp:hasFacet name="length"/>        <hfp:hasFacet name="minLength"/>        <hfp:hasFacet name="maxLength"/>        <hfp:hasFacet name="pattern"/>        <hfp:hasFacet name="enumeration"/>        <hfp:hasFacet name="whiteSpace"/>        <hfp:hasFacet name="maxInclusive"/>        <hfp:hasFacet name="maxExclusive"/>        <hfp:hasFacet name="minInclusive"/>        <hfp:hasFacet name="minExclusive"/>        <hfp:hasProperty name="ordered" value="true"/>        <hfp:hasProperty name="bounded" value="false"/>        <hfp:hasProperty name="cardinality" value="countably infinite"/>        <hfp:hasProperty name="numeric" value="false"/>      </appinfo>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#ID"/>    </annotation>    <restriction base="anySimpleType">      <whiteSpace value="collapse"/>    </restriction>   </simpleType>   <simpleType name="IDREF" id="IDREF">    <annotation>      <appinfo>        <hfp:hasFacet name="length"/>        <hfp:hasFacet name="minLength"/>        <hfp:hasFacet name="maxLength"/>        <hfp:hasFacet name="pattern"/>        <hfp:hasFacet name="enumeration"/>        <hfp:hasFacet name="whiteSpace"/>        <hfp:hasFacet name="maxInclusive"/>        <hfp:hasFacet name="maxExclusive"/>        <hfp:hasFacet name="minInclusive"/>        <hfp:hasFacet name="minExclusive"/>        <hfp:hasProperty name="ordered" value="true"/>        <hfp:hasProperty name="bounded" value="false"/>        <hfp:hasProperty name="cardinality" value="countably infinite"/>        <hfp:hasProperty name="numeric" value="false"/>      </appinfo>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#IDREF"/>    </annotation>    <restriction base="anySimpleType">      <whiteSpace value="collapse"/>    </restriction>   </simpleType>   <simpleType name="ENTITY" id="ENTITY">    <annotation>      <appinfo>        <hfp:hasFacet name="length"/>        <hfp:hasFacet name="minLength"/>        <hfp:hasFacet name="maxLength"/>        <hfp:hasFacet name="pattern"/>        <hfp:hasFacet name="enumeration"/>        <hfp:hasFacet name="whiteSpace"/>        <hfp:hasFacet name="maxInclusive"/>        <hfp:hasFacet name="maxExclusive"/>        <hfp:hasFacet name="minInclusive"/>        <hfp:hasFacet name="minExclusive"/>        <hfp:hasProperty name="ordered" value="true"/>        <hfp:hasProperty name="bounded" value="false"/>        <hfp:hasProperty name="cardinality" value="countably infinite"/>        <hfp:hasProperty name="numeric" value="false"/>      </appinfo>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#ENTITY"/>    </annotation>    <restriction base="anySimpleType">      <whiteSpace value="collapse"/>    </restriction>   </simpleType>  <simpleType name="QName" id="QName">    <annotation>        <appinfo>        <hfp:hasFacet name="length"/>        <hfp:hasFacet name="minLength"/>        <hfp:hasFacet name="maxLength"/>        <hfp:hasFacet name="pattern"/>        <hfp:hasFacet name="enumeration"/>        <hfp:hasFacet name="whiteSpace"/>        <hfp:hasFacet name="maxInclusive"/>        <hfp:hasFacet name="maxExclusive"/>        <hfp:hasFacet name="minInclusive"/>        <hfp:hasFacet name="minExclusive"/>        <hfp:hasProperty name="ordered" value="true"/>        <hfp:hasProperty name="bounded" value="false"/>        <hfp:hasProperty name="cardinality" value="countably infinite"/>        <hfp:hasProperty name="numeric" value="false"/>      </appinfo>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#QName"/>    </annotation>    <restriction base="anySimpleType">      <whiteSpace value="collapse"/>    </restriction>  </simpleType>  <annotation>    <documentation xml:lang="en">      Now the derived primitive types    </documentation>  </annotation>  <simpleType name="CDATA" id="CDATA">    <annotation>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#CDATA"/>    </annotation>    <restriction base="string">      <whiteSpace value="replace"/>    </restriction>  </simpleType>    <simpleType name="token" id="token">    <annotation>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#token"/>    </annotation>    <restriction base="CDATA">      <whiteSpace value="collapse"/>    </restriction>  </simpleType>    <simpleType name="language" id="language">    <annotation>      <documentation xml:lang="en" source="http://www.w3.org/TR/xmlschema-2/#language"/>    </annotation>    <restriction base="token">      <pattern value="([a-zA-Z]{2}|[iI]-[a-zA-Z]+|[xX]-[a-zA-Z]+)(-[a-zA-Z]+)*" id="language.pattern">        <annotation>          <documentation xml:lang="en" source="http://www.w3.org/TR/REC-xml#NT-LanguageID">            pattern matches production 33 from the XML spec          </documentation>        </annotation>      </pattern>    </restriction>  </simpleType>  <simpleType name="IDREFS" id="IDREFS">    <annotation>      <appinfo>        <hfp:hasFacet name="length"/>        <hfp:hasFacet name="minLength"/>        <hfp:hasFacet name="maxLength"/>        <hfp:hasFacet name="enumeration"/>        <hfp:hasFacet name="whiteSpace"/>        <hfp:hasProperty name="ordered" value="false"/>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -