2007-09-16 00:31:45 +00:00
|
|
|
{
|
2014-05-03 16:34:30 +00:00
|
|
|
This file is part of the Web Service Toolkit
|
|
|
|
Copyright (c) 2006-2014 by Inoussa OUEDRAOGO
|
|
|
|
|
|
|
|
This file is provide under modified LGPL licence
|
|
|
|
( the files COPYING.modifiedLGPL and COPYING.LGPL).
|
2007-09-16 00:31:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2014-05-03 16:34:30 +00:00
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
2007-09-16 00:31:45 +00:00
|
|
|
}
|
|
|
|
{$INCLUDE wst_global.inc}
|
|
|
|
unit xsd_consts;
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
const
|
|
|
|
s_address : WideString = 'address';
|
|
|
|
s_all : WideString = 'all';
|
|
|
|
s_annotation : WideString = 'annotation';
|
2008-10-23 19:21:59 +00:00
|
|
|
s_any = 'any';
|
|
|
|
s_anyAttribute = 'anyAttribute';
|
2008-06-06 14:59:24 +00:00
|
|
|
s_anyURI = 'anyURI';
|
2007-09-16 00:31:45 +00:00
|
|
|
s_appinfo : WideString = 'appinfo';
|
|
|
|
s_array : WideString = 'array';
|
|
|
|
s_arrayType : WideString = 'arrayType';
|
|
|
|
s_attribute : WideString = 'attribute';
|
2015-07-15 16:02:12 +00:00
|
|
|
s_attributeFormDefault = 'attributeFormDefault';
|
|
|
|
s_attributeGroup = 'attributeGroup';
|
2007-09-16 00:31:45 +00:00
|
|
|
s_base : WideString = 'base';
|
|
|
|
s_binding : WideString = 'binding';
|
|
|
|
s_body : WideString = 'body';
|
2011-09-14 02:31:02 +00:00
|
|
|
s_choice = 'choice';
|
2007-09-16 00:31:45 +00:00
|
|
|
s_complexContent : WideString = 'complexContent';
|
|
|
|
s_complexType : WideString = 'complexType';
|
|
|
|
s_customAttributes : WideString = 'customAttributes';
|
|
|
|
s_definitions = 'definitions';
|
2008-06-06 14:59:24 +00:00
|
|
|
s_default = 'default';
|
2007-09-16 00:31:45 +00:00
|
|
|
s_document : WideString = 'document';
|
2008-08-18 18:19:00 +00:00
|
|
|
s_documentation = 'documentation';
|
2007-09-16 00:31:45 +00:00
|
|
|
s_element : WideString = 'element';
|
2015-07-15 16:02:12 +00:00
|
|
|
s_elementFormDefault = 'elementFormDefault';
|
2007-09-16 00:31:45 +00:00
|
|
|
s_enumeration : WideString = 'enumeration';
|
|
|
|
s_extension : WideString = 'extension';
|
|
|
|
s_guid : WideString = 'GUID';
|
2015-07-15 16:02:12 +00:00
|
|
|
s_group = 'group';
|
2009-11-23 17:55:10 +00:00
|
|
|
s_import = 'import';
|
2011-08-29 02:59:57 +00:00
|
|
|
s_include = 'include';
|
2007-09-16 00:31:45 +00:00
|
|
|
s_input : WideString = 'input';
|
|
|
|
s_item : WideString = 'item';
|
|
|
|
s_literal = 'literal';
|
|
|
|
s_location : WideString = 'location';
|
|
|
|
s_message : WideString = 'message';
|
|
|
|
s_maxOccurs : WideString = 'maxOccurs';
|
|
|
|
s_minOccurs : WideString = 'minOccurs';
|
2015-07-15 16:02:12 +00:00
|
|
|
s_mixed = 'mixed';
|
2007-09-16 00:31:45 +00:00
|
|
|
s_name : WideString = 'name';
|
|
|
|
s_namespace = 'namespace';
|
|
|
|
s_operation = 'operation';
|
|
|
|
s_optional : WideString = 'optional';
|
|
|
|
s_output : WideString = 'output';
|
2009-06-30 16:34:57 +00:00
|
|
|
s_paramAccess = 'ParamAccess';
|
2007-09-16 00:31:45 +00:00
|
|
|
s_part : WideString = 'part';
|
|
|
|
s_port : WideString = 'port';
|
|
|
|
s_portType = 'portType';
|
2008-10-23 19:21:59 +00:00
|
|
|
s_processContents = 'processContents';
|
2007-09-16 00:31:45 +00:00
|
|
|
s_prohibited = 'prohibited';
|
2015-07-15 16:02:12 +00:00
|
|
|
s_qualified = 'qualified';
|
|
|
|
s_unqualified = 'unqualified';
|
2007-09-16 00:31:45 +00:00
|
|
|
|
|
|
|
s_ref : WideString = 'ref';
|
|
|
|
s_required : WideString = 'required';
|
|
|
|
s_restriction : WideString = 'restriction';
|
|
|
|
//s_return : WideString = 'return';
|
|
|
|
s_rpc = 'rpc';
|
|
|
|
s_schema : WideString = 'schema';
|
2009-11-23 17:55:10 +00:00
|
|
|
s_schemaLocation = 'schemaLocation';
|
2007-09-16 00:31:45 +00:00
|
|
|
s_xs : WideString = 'http://www.w3.org/2001/XMLSchema';
|
|
|
|
s_xs_short = 'xsd';
|
|
|
|
s_sequence : WideString = 'sequence';
|
|
|
|
s_service : WideString = 'service';
|
|
|
|
s_simpleContent : WideString = 'simpleContent';
|
|
|
|
s_simpleType : WideString = 'simpleType';
|
|
|
|
s_soap : WideString = 'http://schemas.xmlsoap.org/wsdl/soap/';
|
|
|
|
s_soap_short_name = 'soap';
|
|
|
|
s_soapAction = 'soapAction';
|
2008-09-10 01:46:45 +00:00
|
|
|
s_soapEncodingNameSpace = 'http://schemas.xmlsoap.org/soap/encoding/';
|
2007-09-16 00:31:45 +00:00
|
|
|
s_soapInputEncoding = 'Input_EncodingStyle';
|
|
|
|
s_soapOutputEncoding = 'OutputEncodingStyle';
|
|
|
|
s_soapStyle = 'style';
|
|
|
|
s_soapTransport = 'http://schemas.xmlsoap.org/soap/http';
|
|
|
|
s_style = 'style';
|
|
|
|
s_targetNamespace = 'targetNamespace';
|
|
|
|
s_tns = 'tns';
|
|
|
|
s_transport = 'transport';
|
|
|
|
s_type = 'type';
|
|
|
|
s_types = 'types';
|
|
|
|
s_unbounded = 'unbounded';
|
|
|
|
s_use = 'use';
|
|
|
|
s_value = 'value';
|
|
|
|
s_wsdl = 'http://schemas.xmlsoap.org/wsdl/';
|
|
|
|
s_xmlns = 'xmlns';
|
|
|
|
|
|
|
|
|
2008-09-11 00:42:54 +00:00
|
|
|
s_WST = 'wst';
|
|
|
|
s_WST_base_namespace = 'urn:wst_base';
|
|
|
|
s_WST_collection = 'wst_collection';
|
|
|
|
s_WST_headerBlock = 'wst_headerBlock';
|
|
|
|
s_WST_headerBlockSimpleContent = 'wst_headerBlockSimpleContent';
|
|
|
|
s_WST_record = 'wst_record';
|
|
|
|
s_WST_storeType = 'StoreType';
|
2008-09-17 01:45:04 +00:00
|
|
|
s_WST_typeHint = 'TypeHint';
|
2008-08-01 21:38:55 +00:00
|
|
|
|
2007-09-16 00:31:45 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
end.
|
|
|
|
|