HomeSort by relevance Sort by last modified time
    Searched full:xsd (Results 1 - 25 of 4905) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/test/schemas/
empty_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:element name="internationalPrice">
4 <xsd:complexType>
5 <xsd:complexContent>
6 <xsd:restriction base="xsd:anyType">
7 <xsd:attribute name="currency" type="xsd:string"/>
8 <xsd:attribute name="value" type="xsd:decimal"/
    [all...]
ct-sc-nobase_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
6 <xsd:complexType name="base">
7 <xsd:simpleContent>
8 <xsd:extension base="xsd:string"/>
9 </xsd:simpleContent>
10 </xsd:complexType>
12 <xsd:element name="foo">
13 <xsd:complexType
    [all...]
ns0_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 targetNamespace="http://example.com/xsd/ns"
6 <xsd:element name="foo">
7 <xsd:complexType>
8 <xsd:simpleContent>
9 <xsd:extension base="xsd:string">
10 <xsd:attribute name="id" type="xsd:ID"/
    [all...]
ns0_1.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 targetNamespace="http://example.com/xsd/ns"
6 <xsd:element name="foo">
7 <xsd:complexType>
8 <xsd:simpleContent>
9 <xsd:extension base="xsd:string">
10 <xsd:attribute name="id" type="xsd:ID"/
    [all...]
item_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:element name="comment" type="xsd:string"/>
5 <xsd:simpleType name="SKU">
6 <xsd:restriction base="xsd:string">
7 <xsd:pattern value="\d{3}-[A-Z]{2}"/>
8 </xsd:restriction>
9 </xsd:simpleType
    [all...]
all_2.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:element name="doc">
4 <xsd:complexType>
5 <xsd:all>
6 <xsd:element name="a"/>
7 <xsd:element minOccurs="0" name="b"/>
8 </xsd:all>
9 </xsd:complexType>
10 </xsd:element
    [all...]
empty_1.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:element name="internationalPrice">
4 <xsd:complexType>
5 <xsd:attribute name="currency" type="xsd:string"/>
6 <xsd:attribute name="value" type="xsd:decimal"/>
7 </xsd:complexType>
8 </xsd:element
    [all...]
dur_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:annotation>
4 <xsd:documentation xml:lang="en">
6 </xsd:documentation>
7 </xsd:annotation>
8 <xsd:element name="duration">
9 <xsd:complexType>
10 <xsd:sequence>
11 <xsd:choice minOccurs="1" maxOccurs="unbounded"
    [all...]
attr0_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:element name="foo">
4 <xsd:complexType>
5 <xsd:simpleContent>
6 <xsd:extension base="xsd:string">
7 <xsd:attribute name="id" type="xsd:ID"/>
8 </xsd:extension
    [all...]
elem0_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:annotation>
4 <xsd:documentation>
6 </xsd:documentation>
7 </xsd:annotation>
9 <xsd:element name="doc">
10 <xsd:complexType>
11 <xsd:sequence>
12 <xsd:element name='a' minOccurs='0' maxOccurs='3'/
    [all...]
seq0_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:annotation>
4 <xsd:documentation>
6 </xsd:documentation>
7 </xsd:annotation>
9 <xsd:element name="doc">
10 <xsd:complexType>
11 <xsd:sequence minOccurs='0' maxOccurs='unbounded'>
13 <xsd:element name="z-o"
    [all...]
union_0_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
7 <xsd:element name="foo">
8 <xsd:complexType>
9 <xsd:sequence>
10 <xsd:element name="em"
14 </xsd:sequence>
15 </xsd:complexType>
16 </xsd:element>
18 <xsd:simpleType name="emp0001_3Type"
    [all...]
element-minmax-err_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:element name="foo">
4 <xsd:complexType>
5 <xsd:sequence>
6 <xsd:element name="bar" minOccurs="1" maxOccurs="0"/>
7 </xsd:sequence>
8 </xsd:complexType>
9 </xsd:element>
11 </xsd:schema
    [all...]
decimal-1.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
4 <xsd:simpleType name="myDecimal">
5 <xsd:restriction base="xsd:decimal">
6 <xsd:totalDigits value="18"/>
7 </xsd:restriction>
8 </xsd:simpleType>
10 <xsd:element name="foo">
11 <xsd:complexType
    [all...]
include1_0.inc 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" >
4 <xsd:simpleType name="barType">
5 <xsd:restriction base="xsd:string">
6 <xsd:maxLength value="10" />
7 </xsd:restriction>
8 </xsd:simpleType>
10 <xsd:attribute name="bar" type="barType" fixed="o"/>
12 <xsd:element name="bar.B" type="xsd:anyURI" block="#all" nillable="true" final="restriction extension"/
    [all...]
all.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:complexType name="PurchaseOrderType">
4 <xsd:sequence>
5 <xsd:all>
6 <xsd:element name="shipTo" type="USAddress"/>
7 <xsd:element name="billTo" type="USAddress"/>
8 <xsd:element name="items" type="Items"/>
9 </xsd:all>
10 <xsd:sequence
    [all...]
any1_0.xsd 2 <!-- Tests xsd:any with "##any". -->
3 <xsd:schema
4 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8 <xsd:element name="boo">
9 <xsd:complexType>
10 <xsd:attribute name="booAttr" type="xsd:integer" />
11 </xsd:complexType>
12 </xsd:element>
14 <xsd:element name="foo"
    [all...]
import2_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
7 <xsd:import namespace="http://FOO" schemaLocation="import2_0.imp"/>
9 <xsd:simpleType name="fooType">
10 <xsd:restriction base="xsd:string">
11 <xsd:maxLength value="10"/>
12 </xsd:restriction>
13 </xsd:simpleType>
15 <xsd:element name="bar"
    [all...]
po0_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:annotation>
4 <xsd:documentation xml:lang="en">
7 </xsd:documentation>
8 </xsd:annotation>
9 <xsd:element name="purchaseOrder" type="PurchaseOrderType"/>
10 <xsd:element name="comment" type="xsd:string"/>
11 <xsd:complexType name="PurchaseOrderType"
    [all...]
po1_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
7 <xsd:annotation>
8 <xsd:documentation xml:lang="en">
11 </xsd:documentation>
12 </xsd:annotation>
13 <xsd:element name="purchaseOrder" type="po:PurchaseOrderType"/>
14 <xsd:element name="comment" type="xsd:string"/>
15 <xsd:complexType name="PurchaseOrderType">
    [all...]
579746_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:element name= "contact" type="ContactType"/>
4 <xsd:complexType name="ContactType">
5 <xsd:choice minOccurs="2" maxOccurs="2">
6 <xsd:element name="customer" type="xsd:string" />
7 <xsd:element name="comment" type="xsd:string" minOccurs="0"/>
8 </xsd:choice
    [all...]
579746_1.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:element name= "contact" type="ContactType"/>
4 <xsd:complexType name="ContactType">
5 <xsd:choice minOccurs="1" maxOccurs="2">
6 <xsd:element name="customer" type="xsd:string" />
7 <xsd:element name="comment" type="xsd:string" minOccurs="0"/>
8 </xsd:choice
    [all...]
all_0.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:element name="doc">
4 <xsd:complexType>
5 <xsd:all minOccurs="1">
6 <xsd:element name="a"/>
7 <xsd:element name="b"/>
8 <xsd:element name="c"/>
9 </xsd:all>
10 </xsd:complexType
    [all...]
all_1.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:element name="doc">
4 <xsd:complexType>
5 <xsd:all minOccurs="0">
6 <xsd:element name="a"/>
7 <xsd:element name="b"/>
8 <xsd:element name="c"/>
9 </xsd:all>
10 </xsd:complexType
    [all...]
any5_1.xsd 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
5 <xsd:element name="foo">
6 <xsd:complexType>
7 <xsd:sequence>
8 <xsd:element name="boo"/>
9 <xsd:any namespace="##other" maxOccurs="5" processContents="lax"/>
10 <xsd:element name="boo"/>
11 </xsd:sequence>
12 </xsd:complexType
    [all...]

Completed in 1029 milliseconds

1 2 3 4 5 6 7 8 91011>>