Home
last modified time | relevance | path

Searched defs:xsdtype (Results 1 – 4 of 4) sorted by relevance

/dports/devel/csoap/libsoap-1.1.0/xsd2c/
H A Dtr.c30 #define XSD2C_MAP(xsdtype, ctype, builtin) \ argument
33 #define XSD2C_MAPNS(xsdtype, ctype, builtin) \ argument
36 #define XSD2C_MAPNS_LIST(xsdtype, ctype) \ argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DConstraintStruct.cs176 XmlSchemaDatatype xsdtype; field in System.Xml.Schema.TypedObject
211 public TypedObject (object obj, string svalue, XmlSchemaDatatype xsdtype) { in TypedObject()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DConstraintStruct.cs236 public TypedObject(object obj, string svalue, XmlSchemaDatatype xsdtype) in TypedObject()
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpd_DocumentRDF.cpp717 PD_Literal::PD_Literal( const std::string& v, const std::string& xsdtype ) in PD_Literal()