This topic contains documentation for the Microsoft.Search.Types schema. For the text of the schema, see Microsoft.Search.Types Schema.
This is a list of simple types used by multiple schemas in urn:Microsoft.Search.
Attribute | Value |
---|---|
targetNamespace | urn:Microsoft.Search.Types |
elementFormDefault | qualified |
attributeFormDefault | unqualified (default) |
Namespace | Prefix |
---|---|
urn:Microsoft.Search.Types | (default) |
http://www.w3.org/2001/XMLSchema | xsd: |
http://www.w3.org/XML/1998/namespace | xml: |
Defines string of up to 255 characters.
Base
base | xsd:string |
Restrictions
Restriction | Value |
---|---|
minLength | 0 |
maxLength | 255 |
Defines a string of up to 2048 characters.
Base
base | xsd:string |
Restrictions
Restriction | Value |
---|---|
minLength | 0 |
maxLength | 2048 |
Defines a globally unique identifier (GUID), with or without the enclosing braces ({}).
Base
base | xsd:string |
Restrictions
Restriction | Value |
---|---|
pattern | \{[A-Fa-f0-9]{8}-([A-Fa-f0-9]{4}-){3}[A-Fa-f0-9]{12}\} |
pattern | [A-Fa-f0-9]{8}-([A-Fa-f0-9]{4}-){3}[A-Fa-f0-9]{12} |
Defines a a country or region in ISO 3166 format.
Base
base | xsd:string |
Restrictions
Restriction | Value |
---|---|
minLength | 2 |
maxLength | 8 |
Defines the ID for a control. Since control IDs become XML elements, the IDs must have valid XML element names.
Base
base | xsd:NCName |
Restrictions
Restriction | Value |
---|---|
minLength | 1 |
maxLength | 128 |
Defines the index of the initial result, based on "1" as the lowest result index.
Base
base | xsd:unsignedInt |
Restrictions
Restriction | Value |
---|---|
minInclusive | 1 |
Defines the category under which the service appears in the user interface. Only high-level categories display in the user interface.
Base
base | xsd:string |
Restrictions
Restriction | Value |
---|---|
enumeration | REFERENCE_GENERAL REFERENCE_DICTIONARY REFERENCE_THESAURUS REFERENCE_TRANSLATION REFERENCE_QUOTATIONS REFERENCE_ALMANACS REFERENCE_ENCYCLOPEDIA REFERENCE_SCIENCE REFERENCE_DIRECTORIES REFERENCE_WEATHER RESEARCH_GENERAL RESEARCH_NEWS RESEARCH_ENCYCLOPEDIA RESEARCH_WEBSEARCH BUSINESS_GENERAL BUSINESS_FINANCE BUSINESS_BUSINESS BUSINESS_COMPANIES BUSINESS_INDUSTRIES BUSINESS_JOBS BUSINESS_PERSONALFINANCE BUSINESS_PROFESSIONS BUSINESS_SMALLBUSINESS SCIENCE_GENERAL SCIENCE_BIOLOGY SCIENCE_CHEMISTRY SCIENCE_EARTH SCIENCE_MATH SCIENCE_PHYSICS SCIENCE_SOCIALSCIENCES SCIENCE_TECHNOLOGY SCIENCE_ENGINEERING LAW_GENERAL MEDICAL_GENERAL ENTERTAINMENT_GENERAL ENTERTAINMENT_ARTS ENTERTAINMENT_SHOPPING ENTERTAINMENT_SPORTS ENTERTAINMENT_MUSIC ENTERTAINMENT_GAMES ENTERTAINMENT_MOVIESTV INTRANET_GENERAL CRM_GENERAL SUPPLYMANAGEMENT_GENERAL BUSINESSINTELLIGENCE_GENERAL ECOMMERCE_GENERAL ENTERPRISERESOURCES_GENERAL FILESEARCH_GENERAL OTHER_GENERAL |