Home
last modified time | relevance | path

Searched refs:XSD_NOTATION (Results 1 – 25 of 56) sorted by relevance

123

/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Dnotations.py12 from ..names import XSD_NOTATION
30 _ADMITTED_TAGS = {XSD_NOTATION}
H A Dglobal_maps.py21 from ..names import XSD_NAMESPACE, XSD_REDEFINE, XSD_OVERRIDE, XSD_NOTATION, \
128 load_xsd_notations = create_load_function(XSD_NOTATION)
160 XSD_NOTATION: 'lookup_notation',
183 XSD_NOTATION: validator.xsd_notation_class,
/dports/textproc/py-xmlschema/xmlschema-1.8.2/tests/validators/
H A Dtest_notations.py15 from xmlschema.names import XSD_NOTATION
60 elem = ElementTree.Element(XSD_NOTATION)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/schema/
H A DSchemaKinds.java43 public static final Kind XSD_NOTATION = new Kind("xsd:notation"); field in SchemaKinds
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/schema/
H A DSchemaKinds.java43 public static final Kind XSD_NOTATION = new Kind("xsd:notation"); field in SchemaKinds
/dports/science/libkml/libkml-1.3.0/src/kml/xsd/
H A Dxsd_primitive_type.h63 XSD_NOTATION, // 3.2.19 enumerator
/dports/devel/csoap/libsoap-1.1.0/xsd2c/
H A Dxsd2c.h110 XSD_NOTATION, enumerator
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/
H A Dnamespaces.py53 XSD_NOTATION = '{%s}NOTATION' % XSD_NAMESPACE variable
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/xpath2/
H A Dxpath2_parser.py25 XSD_NOTATION, XSD_ANY_ATOMIC_TYPE, get_prefixed_name
373 if atomic_type_name in {XSD_ANY_ATOMIC_TYPE, XSD_NOTATION}:
H A Dxpath2_operators.py20 from ..namespaces import XSD_NAMESPACE, XSD_NOTATION, XSD_ANY_ATOMIC_TYPE, \
358 if atomic_type in (XSD_NOTATION, XSD_ANY_ATOMIC_TYPE):
/dports/lang/php73/php-7.3.33/ext/soap/
H A Dphp_encoding.h84 #define XSD_NOTATION 119 macro
/dports/net/php80-soap/php-8.0.15/ext/soap/
H A Dphp_encoding.h82 #define XSD_NOTATION 119 macro
/dports/net/php74-soap/php-7.4.27/ext/soap/
H A Dphp_encoding.h84 #define XSD_NOTATION 119 macro
/dports/net/php73-soap/php-7.3.33/ext/soap/
H A Dphp_encoding.h84 #define XSD_NOTATION 119 macro
/dports/lang/php80/php-8.0.15/ext/soap/
H A Dphp_encoding.h82 #define XSD_NOTATION 119 macro
/dports/lang/php74/php-7.4.27/ext/soap/
H A Dphp_encoding.h84 #define XSD_NOTATION 119 macro
/dports/www/mod_php73/php-7.3.33/ext/soap/
H A Dphp_encoding.h84 #define XSD_NOTATION 119 macro
/dports/www/mod_php74/php-7.4.27/ext/soap/
H A Dphp_encoding.h84 #define XSD_NOTATION 119 macro
/dports/www/mod_php80/php-8.0.15/ext/soap/
H A Dphp_encoding.h82 #define XSD_NOTATION 119 macro
/dports/net/php81-soap/php-8.1.1/ext/soap/
H A Dphp_encoding.h82 #define XSD_NOTATION 119 macro
/dports/www/mod_php81/php-8.1.1/ext/soap/
H A Dphp_encoding.h82 #define XSD_NOTATION 119 macro
/dports/lang/php81/php-8.1.1/ext/soap/
H A Dphp_encoding.h82 #define XSD_NOTATION 119 macro
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/
H A Dnames.py128 XSD_NOTATION = _XSD_TEMPLATE % 'notation' variable
/dports/textproc/py-elementpath/elementpath-2.4.0/tests/
H A Dtest_schema_proxy.py21 from elementpath.namespaces import XML_LANG, XSD_NAMESPACE, XSD_ANY_ATOMIC_TYPE, XSD_NOTATION
181 parser.schema_constructor(XSD_NOTATION)
/dports/editors/libreoffice/libreoffice-7.2.6.2/unoxml/source/rdf/
H A DCURI.cxx291 case css::rdf::URIs::XSD_NOTATION: in initFromConstant()

123