Home
last modified time | relevance | path

Searched refs:XSD (Results 1 – 25 of 1443) sorted by relevance

12345678910>>...58

/dports/textproc/py-rdflib/rdflib-5.0.0/rdflib/plugins/sparql/
H A Ddatatypes.py8 (XSD.integer, XSD.decimal, XSD.float, XSD.double, XSD.string,
9 XSD.boolean, XSD.dateTime, XSD.nonPositiveInteger, XSD.negativeInteger,
10 XSD.long, XSD.int, XSD.short, XSD.byte, XSD.nonNegativeInteger,
11 XSD.unsignedLong, XSD.unsignedInt, XSD.unsignedShort, XSD.unsignedByte,
16 XSD.nonPositiveInteger, XSD.negativeInteger, XSD.long, XSD.int,
17 XSD.short, XSD.byte, XSD.nonNegativeInteger, XSD.positiveInteger,
18 XSD.unsignedLong, XSD.unsignedInt, XSD.unsignedShort, XSD.unsignedByte],
28 XSD.float: {XSD.integer: XSD.float,
32 XSD.double: {XSD.integer: XSD.double,
36 XSD.decimal: {XSD.integer: XSD.decimal,
[all …]
H A Doperators.py556 return XSD.string
656 if e.iri == XSD.string:
673 if x.datatype and x.datatype not in (XSD.dateTime, XSD.string):
684 if e.iri in (XSD.float, XSD.double):
973 if expr.datatype not in (XSD.float, XSD.double,
974 XSD.decimal, XSD.integer,
975 XSD.nonPositiveInteger, XSD.negativeInteger,
976 XSD.nonNegativeInteger, XSD.positiveInteger,
977 XSD.unsignedLong, XSD.unsignedInt,
978 XSD.unsignedShort, XSD.unsignedByte,
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/lib/SOAP/WSDL/XSD/Typelib/
H A DBuiltin.pm1 package SOAP::WSDL::XSD::Typelib::Builtin;
8 use SOAP::WSDL::XSD::Typelib::Builtin::anyType;
10 use SOAP::WSDL::XSD::Typelib::Builtin::anyURI;
12 use SOAP::WSDL::XSD::Typelib::Builtin::boolean;
13 use SOAP::WSDL::XSD::Typelib::Builtin::byte;
14 use SOAP::WSDL::XSD::Typelib::Builtin::date;
17 use SOAP::WSDL::XSD::Typelib::Builtin::double;
20 use SOAP::WSDL::XSD::Typelib::Builtin::float;
21 use SOAP::WSDL::XSD::Typelib::Builtin::gDay;
27 use SOAP::WSDL::XSD::Typelib::Builtin::ID;
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/
H A DMANIFEST11 benchmark/XSD/01_anyType.t
12 benchmark/XSD/02_anySimpleType.t
13 benchmark/XSD/03_string.t
14 benchmark/XSD/strftime.pl
183 lib/SOAP/WSDL/Manual/XSD.pod
216 lib/SOAP/WSDL/XSD/Group.pm
217 lib/SOAP/WSDL/XSD/Length.pm
225 lib/SOAP/WSDL/XSD/Schema.pm
417 t/SOAP/WSDL/XSD/Builtin.t
419 t/SOAP/WSDL/XSD/Element.t
[all …]
/dports/textproc/py-rdflib/rdflib-5.0.0/test/
H A Dtest_term.py11 from rdflib.namespace import XSD
62 XSD.dateTime: (
67 XSD.date: (
72 XSD.time: (
77 XSD.gYear: (
162 …(26, Literal(1, datatype=XSD.integer), Literal(1, datatype=XSD.integer), Literal(2, datatype=XSD.i…
163 …(27, Literal(1, datatype=XSD.integer), Literal("1", datatype=XSD.integer), Literal("2", datatype=X…
164 …(28, Literal("1", datatype=XSD.integer), Literal("1", datatype=XSD.integer), Literal("2", datatype…
170 …(34, Literal(float(1), datatype=XSD.float), Literal(float(1), datatype=XSD.float), Literal(float(2…
182 …(44, Literal(1, datatype=XSD.integer), Literal("+1.1", datatype=XSD.string), Literal("1+1.1", data…
[all …]
H A Dtest_issue274.py5 from rdflib import BNode, Graph, Literal, Namespace, RDFS, XSD
14 'xsd': XSD,
32 eq_(list(res)[0][0], Literal("hello", datatype=XSD.string))
37 eq_(list(res)[0][0], Literal("42", datatype=XSD.string))
42 eq_(list(res)[0][0], Literal("3.14", datatype=XSD.string))
47 eq_(list(res)[0][0], Literal("true", datatype=XSD.string))
67 eq_(list(res)[0][0], Literal("0.5", datatype=XSD.float))
72 eq_(list(res)[0][0], Literal("1", datatype=XSD.float))
77 eq_(list(res)[0][0], Literal("0.5", datatype=XSD.float))
82 eq_(list(res)[0][0], Literal("0.5", datatype=XSD.float))
[all …]
H A Dtest_duration.py6 from rdflib.namespace import XSD
12 l = Literal("P4DT5H6M7S", datatype=XSD.dayTimeDuration)
17 l = Literal("P1Y2M", datatype=XSD.yearMonthDuration)
22 l = Literal("P1Y2M4DT5H6M7S", datatype=XSD.duration)
27 x = Literal("P1Y2M3W4DT5H6M7S", datatype=XSD.duration)
28 y = Literal("P1Y2M25DT5H6M7S", datatype=XSD.duration)
33 … Literal("P4DT5H6M7S", datatype=XSD.duration) < Literal("P8DT10H12M14S", datatype=XSD.duration)
38 …Literal("P1Y2M4DT5H6M7S", datatype=XSD.duration) + Literal("P1Y2M4DT5H6M7S", datatype=XSD.duration…
39 Literal("P2Y4M8DT10H12M14S", datatype=XSD.duration)
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/t/
H A D099_pod_coverage.t37 |SOAP::WSDL::XSD::Annotation
38 |SOAP::WSDL::XSD::Attribute
40 |SOAP::WSDL::XSD::SimpleType
41 |SOAP::WSDL::XSD::Element
43 |SOAP::WSDL::XSD::Builtin
44 |SOAP::WSDL::XSD::Schema
45 |SOAP::WSDL::XSD::Group
46 |SOAP::WSDL::XSD::MaxLength
47 |SOAP::WSDL::XSD::MinLength
53 |SOAP::WSDL::XSD::Length
[all …]
H A D095_copying.t27 # skip builtin XSD types - they contain no pod
28 return if $File::Find::name =~m{SOAP/WSDL/XSD/Typelib/Builtin/.+}xms;
46 return if $File::Find::name =~m{SOAP/WSDL/XSD/Builtin\.pm$}xms;
48 return if $File::Find::name =~m{SOAP/WSDL/XSD/SimpleType\.pm$}xms;
49 return if $File::Find::name =~m{SOAP/WSDL/XSD/Element\.pm$}xms;
50 return if $File::Find::name =~m{SOAP/WSDL/XSD/Schema\.pm$}xms;
51 return if $File::Find::name =~m{SOAP/WSDL/XSD/Attribute\.pm$}xms;
54 return if $File::Find::name =~m{SOAP/WSDL/XSD/Group\.pm$}xms;
61 return if $File::Find::name =~m{SOAP/WSDL/XSD/Length\.pm$}xms;
64 return if $File::Find::name =~m{SOAP/WSDL/XSD/MaxLength\.pm$}xms;
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/lib/SOAP/WSDL/Generator/Template/XSD/complexType/
H A Dall.tt2 use base qw(SOAP::WSDL::XSD::Typelib::ComplexType);
11 name = XSD.perl_var_name(XSD.element_name(element)); %]
12 my %[% XSD.perl_name(name) %]_of :ATTR(:get<[% XSD.perl_name(name) %]>);
19 name = XSD.perl_var_name(XSD.element_name(element)); -%]
26 name = XSD.perl_var_name(XSD.element_name(element)); -%]
27 '[% name %]' => \%[% XSD.perl_name(name) %]_of,
35 …'[% XSD.perl_var_name(XSD.element_name(ref_element)) %]' => '[% XSD.create_xsd_name(ref_element) %…
44 … '[% XSD.perl_var_name(XSD.element_name(element)) %]' => '[% XSD.create_xsd_name(element_type) %]',
53 …'[% XSD.perl_var_name(XSD.element_name(element)) %]' => '[% XSD.create_subpackage_name({ value => …
59 '[% XSD.perl_var_name(XSD.element_name(element)); %]' => '[% element.get_name %]',
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Ruby/
H A DRuby-1.8.7.bas256 SOAPArray XSD
260 SOAPByte XSD
261 SOAPDate XSD
269 SOAPFloat XSD
270 SOAPGDay XSD
273 SOAPGYear XSD
278 SOAPInt XSD
280 SOAPLong XSD
282 SOAPNil XSD
286 SOAPQName XSD
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/t/lib/
H A DMyElement.pm4 use SOAP::WSDL::XSD::Typelib::Element;
5 use SOAP::WSDL::XSD::Typelib::Builtin;
16 use SOAP::WSDL::XSD::Typelib::Element;
28 use SOAP::WSDL::XSD::Typelib::Element;
41 use SOAP::WSDL::XSD::Typelib::Element;
42 use SOAP::WSDL::XSD::Typelib::Builtin;
57 use SOAP::WSDL::XSD::Typelib::Element;
59 use SOAP::WSDL::XSD::Typelib::Builtin;
93 use SOAP::WSDL::XSD::Typelib::Element;
95 use SOAP::WSDL::XSD::Typelib::Builtin;
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/lib/SOAP/WSDL/Generator/Template/XSD/
H A Delement.tt1 [% USE XSD(context) %]
2 package [% XSD.create_xsd_name(element) %];
21 SOAP::WSDL::XSD::Typelib::Element
23 XSD.create_xsd_name(type) %]
40 SOAP::WSDL::XSD::Typelib::Element
48 SOAP::WSDL::XSD::Typelib::Element
70 [% XSD.create_xsd_name(element) %]
90 =item * [% XSD.perl_var_name(XSD.element_name(child_element)) %]
92 $element->set_[% XSD.perl_var_name(XSD.element_name(child_element)) %]($data);
93 $element->get_[% XSD.perl_var_name(XSD.element_name(child_element)) %]();
[all …]
/dports/www/py-spyne/spyne-2.13.16/spyne/interface/xml_schema/
H A Dmodel.py34 from spyne.const.xml import NS_XSD, XSD
102 simple_type = etree.Element(XSD('simpleType'))
126 complex_type = etree.Element(XSD('complexType'))
178 xtba_ext = etree.SubElement(_sc, XSD('extension'))
182 sequence = etree.Element(XSD('sequence'))
217 if a.schema_tag == XSD('element'):
268 attribute = etree.Element(XSD('attribute'))
280 element = etree.Element(XSD('element'))
288 simple_type = etree.Element(XSD('simpleType'))
311 length = etree.SubElement(restriction, XSD('length'))
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/t/SOAP/WSDL/Client/
H A DBase.t28 parts => [qw( SOAP::WSDL::XSD::Typelib::Builtin::string
29 SOAP::WSDL::XSD::Typelib::Builtin::string
33 parts => [qw( SOAP::WSDL::XSD::Typelib::Builtin::string
44 isa_ok $result[0]->[0], 'SOAP::WSDL::XSD::Typelib::Builtin::string';
55 parts => [qw( SOAP::WSDL::XSD::Typelib::Builtin::string )],
58 parts => [qw( SOAP::WSDL::XSD::Typelib::Builtin::string )],
69 isa_ok $result[1], 'SOAP::WSDL::XSD::Typelib::Builtin::string';
93 isa_ok $result[0], 'SOAP::WSDL::XSD::Typelib::Builtin::string';
97 isa_ok $result[1], 'SOAP::WSDL::XSD::Typelib::Builtin::string';
119 isa_ok $result[0], 'SOAP::WSDL::XSD::Typelib::Builtin::string';
[all …]
/dports/www/kdsoap/kdsoap-1.9.0/kdwsdl2cpp/schema/
H A Dschematest.cpp32 XSD::Parser parser; in main()
38 XSD::Types types = parser.types(); in main()
40 const XSD::SimpleType::List simpleTypes = types.simpleTypes(); in main()
42 XSD::SimpleType t = simpleTypes[ i ]; in main()
46 if (t.facetType() == XSD::SimpleType::ENUM) { in main()
51 const XSD::ComplexType::List complexTypes = types.complexTypes(); in main()
54 const XSD::Element::List elements = complexTypes[ i ].elements(); in main()
64 const XSD::Element::List elements = types.elements(); in main()
67 foreach (XSD::Annotation a, elements[ i ].annotations()) { in main()
72 const XSD::Attribute::List attributes = types.attributes(); in main()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/xsd/
H A DDataTypeClass.idl30 … /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#string">XSD compliant string type</a>
34 …/** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#boolean">XSD compliant boolean type</a>
38 …/** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#decimal">XSD compliant decimal type</a>
42 /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#float">XSD compliant float type</a>
46 … /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#double">XSD compliant double type</a>
58 /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#time">XSD compliant time type</a>
62 /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#date">XSD compliant date type</a>
70 /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#gYear">XSD compliant gYear type</a>
78 /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#gDay">XSD compliant gDay type</a>
82 … /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#gMonth">XSD compliant gMonth type</a>
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/xsd/
H A DDataTypeClass.idl30 … /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#string">XSD compliant string type</a>
34 …/** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#boolean">XSD compliant boolean type</a>
38 …/** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#decimal">XSD compliant decimal type</a>
42 /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#float">XSD compliant float type</a>
46 … /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#double">XSD compliant double type</a>
58 /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#time">XSD compliant time type</a>
62 /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#date">XSD compliant date type</a>
70 /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#gYear">XSD compliant gYear type</a>
78 /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#gDay">XSD compliant gDay type</a>
82 … /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#gMonth">XSD compliant gMonth type</a>
[all …]
/dports/net/py-suds-community/suds-community-1.0.0/notes/
H A Dxsd_types.rst2 Modeling XSD types in suds
7 XSD types can be one of the following:
10 Defined in the XSD specification.
14 rules defined in the XSD specification.
16 XSD elements represent specific input/output data in suds. Each XSD element is
17 of a particular XSD type.
19 In suds an XSD element can be *resolved* - process returning an object
25 transformations between Python objects and their XSD type value representations,
29 them with suds for a specific XSD type using the
/dports/www/kdsoap/kdsoap-1.9.0/kdwsdl2cpp/src/
H A Dconverter_simpletype.cpp10 …Code createRangeCheckCode(const XSD::SimpleType *, const QString &baseTypeName, const QString &, K…
45 void Converter::convertSimpleType(const XSD::SimpleType *type, const XSD::SimpleType::List &simpleT… in convertSimpleType()
59 case XSD::SimpleType::TypeRestriction: { in convertSimpleType()
63 if (type->facetType() & XSD::SimpleType::ENUM) { in convertSimpleType()
202 case XSD::SimpleType::TypeList: { in convertSimpleType()
235 case XSD::SimpleType::TypeUnion: in convertSimpleType()
291 case XSD::SimpleType::TypeRestriction: in createSimpleTypeSerializer()
383 case XSD::SimpleType::TypeList: { in createSimpleTypeSerializer()
439 case XSD::SimpleType::TypeUnion: { in createSimpleTypeSerializer()
500 if (type->facetType() & XSD::SimpleType::MINEX) { in createRangeCheckCode()
[all …]
H A Dconverter.cpp101 XSD::ComplexType &t = complexTypes[i]; in registerDerivedClasses()
159 QHash<QName, XSD::ComplexType> usedComplexTypes;
160 XSD::SimpleType::List usedSimpleTypes;
161 XSD::Types &m_allTypes;
172 void fixupComplexType(XSD::ComplexType &type) in fixupComplexType()
260 XSD::Types types = type.types(); in cleanupUnusedTypes()
318 XSD::Element::List usedElements; in cleanupUnusedTypes()
322 XSD::Element element = mWSDL.findElement(name); in cleanupUnusedTypes()
379 const XSD::Types types = mWSDL.definitions().type().types(); in convertTypes()
381 XSD::SimpleType::List simpleTypes = types.simpleTypes(); in convertTypes()
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/t/SOAP/WSDL/XSD/Typelib/
H A DComplexType.t5 use base qw(SOAP::WSDL::XSD::Typelib::ComplexType);
9 use base qw(SOAP::WSDL::XSD::Typelib::ComplexType);
13 use base qw(SOAP::WSDL::XSD::Typelib::Attribute
14 SOAP::WSDL::XSD::Typelib::Builtin::string
18 use base qw(SOAP::WSDL::XSD::Typelib::ComplexType);
32 SOAP::WSDL::XSD::Typelib::Element
41 use base qw(SOAP::WSDL::XSD::Typelib::AttributeSet);
61 use base qw(SOAP::WSDL::XSD::Typelib::ComplexType);
78 SOAP::WSDL::XSD::Typelib::Element
79 SOAP::WSDL::XSD::Typelib::ComplexType
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/t/SOAP/WSDL/XSD/Typelib/Builtin/
H A DNMTOKENS.t4 use SOAP::WSDL::XSD::Typelib::Builtin::NMTOKENS;
5 my $NMTOKENS = SOAP::WSDL::XSD::Typelib::Builtin::NMTOKENS->new();
7 $NMTOKENS = SOAP::WSDL::XSD::Typelib::Builtin::NMTOKENS->new({});
9 ok $NMTOKENS = SOAP::WSDL::XSD::Typelib::Builtin::NMTOKENS->new({ value => [ 127 , 'Test' ] });
13 ok $NMTOKENS = SOAP::WSDL::XSD::Typelib::Builtin::NMTOKENS->new({ value => 'Test' })
17 $NMTOKENS = SOAP::WSDL::XSD::Typelib::Builtin::NMTOKENS->new({ value => undef });
29 ok $NMTOKENS->isa('SOAP::WSDL::XSD::Typelib::Builtin::NMTOKEN'), 'inheritance';
30 ok $NMTOKENS->isa('SOAP::WSDL::XSD::Typelib::Builtin::list'), 'inheritance';
H A DIDREFS.t4 use SOAP::WSDL::XSD::Typelib::Builtin::IDREFS;
5 my $IDREFS = SOAP::WSDL::XSD::Typelib::Builtin::IDREFS->new();
7 $IDREFS = SOAP::WSDL::XSD::Typelib::Builtin::IDREFS->new({});
9 ok $IDREFS = SOAP::WSDL::XSD::Typelib::Builtin::IDREFS->new({ value => [ 127 , 'Test' ] });
12 ok $IDREFS = SOAP::WSDL::XSD::Typelib::Builtin::IDREFS->new({ value => 'Test' });
15 ok $IDREFS->isa('SOAP::WSDL::XSD::Typelib::Builtin::IDREF'), 'inheritance';
16 ok $IDREFS->isa('SOAP::WSDL::XSD::Typelib::Builtin::list'), 'inheritance';
/dports/multimedia/zoneminder/zoneminder-1.36.5/onvif/modules/lib/ONVIF/Deserializer/
H A DXSD.pm25 package ONVIF::Deserializer::XSD;
44 if ( $SOAP::WSDL::Deserializer::XSD::parser_of{ident $self} ) {
45 return $SOAP::WSDL::Deserializer::XSD::parser_of{ident $self}->soap_version();
53 my $parser = $SOAP::WSDL::Deserializer::XSD::parser_of{ ${ $self } };
56 strict => $SOAP::WSDL::Deserializer::XSD::strict_of{ ${ $self } }
58 $SOAP::WSDL::Deserializer::XSD::parser_of{ ${ $self } } = $parser;
62 $self->SOAP::WSDL::Deserializer::XSD::get_class_resolver() );

12345678910>>...58