Searched refs:xs (Results 1 – 10 of 10) sorted by relevance
6 <xs:sequence>7 <xs:element name="symbol" nillable="true" type="xs:string" />8 </xs:sequence>10 </xs:element>13 <xs:sequence>15 </xs:sequence>17 </xs:element>20 <xs:sequence>21 <xs:element name="symbol" nillable="true" type="xs:any" />22 <xs:element name="price" nillable="true" type="xs:any" />[all …]
1 …mlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2…3 …<xs:schema targetNamespace="http://xml.amazon.com/AWSProductData/2004-08-01" elementFormDefault="q…4 <xs:complexType name="Price">5 <xs:sequence>6 <xs:element name="Amount" type="xs:integer" minOccurs="0"/>7 <xs:element name="CurrencyCode" type="xs:string" minOccurs="0"/>8 </xs:sequence>9 </xs:complexType>10 </xs:schema>
4 xmlns:xs="http://www.w3.org/2001/XMLSchema"10 <xs:schema/>13 <part name="parameter" element="" type="xs:string"/>16 <part name="String" element="" type="xs:string"/>
1 …mlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2…3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">11 </xs:schema>
17 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">18 <xs:include schemaLocation="nonexistent.xsd"/>19 <xs:element name="test"/>20 </xs:schema>
10 xmlns:xs="http://www.w3.org/2001/XMLSchema">15 <test:array enc:itemType="xs:string" enc:arraySize="1">
8 private static $xs = 10;18 return static function() { return ++static::$xs; };
2512 StrNode* xs = NSTR(x); in is_not_included() local2521 if (ONIGENC_IS_MBC_WORD(reg->enc, xs->s, xs->end)) in is_not_included()2535 code = ONIGENC_MBC_TO_CODE(reg->enc, xs->s, in is_not_included()2536 xs->s + ONIGENC_MBC_MAXLEN(reg->enc)); in is_not_included()2552 for (i = 0, p = ys->s, q = xs->s; i < len; i++, p++, q++) { in is_not_included()
2883 test -n "$auto_cflags" && CFLAGS="-O -xs -xstrconst -zlazyload"
Completed in 37 milliseconds