LocationFilter - Schema Documentation - V5.0.Revision
Documents generated: 6/7/2021

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v5/LocationFilter.xsd
Version 5.0.Revision
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://cufxstandards.com/v5/Common.xsd (at Common.xsd)
    • http://cufxstandards.com/v5/Location.xsd (at Location.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v5/LocationFilter.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
common http://cufxstandards.com/v5/Common.xsd
location http://cufxstandards.com/v5/Location.xsd
Schema Component Representation
<xs:schema targetNamespace="http://cufxstandards.com/v5/LocationFilter.xsd" version="5.0.$Revision$" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://cufxstandards.com/v5/Common.xsd" schemaLocation="Common.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/Location.xsd" schemaLocation="Location.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: locationFilter

Name locationFilter
Type LocationFilter
Nillable no
Abstract no
Documentation Instance of a location filter.
JSON Instance Representation
{locationFilter
"locationIdList" : location:LocationIdList , [0..1] ?
"locationTypeList" : location:LocationTypeList , [0..1] ?
"servicesList" : location:ServicesList , [0..1] ?
"searchFromAddress" : common:Address , [0..1] ?
"depositTaking" : location:DepositTaking , [0..1] ?
"maxNumberOfResults" : xs:integer , [0..1] ?
"maxDistance" : common:Distance , [0..1] ?
"isLocationOpen" : xs:boolean , [0..1] ?
"customData" : common:CustomData , [0..1] ?
locationFilter}
Schema Component Representation
<xs:element name="locationFilter" type="LocationFilter"/>
top

Global Definitions

Complex Type: LocationFilter

Name LocationFilter
Abstract no
JSON Instance Representation
{
"locationIdList" : location:LocationIdList , [0..1] ?
"locationTypeList" : location:LocationTypeList , [0..1] ?
"servicesList" : location:ServicesList , [0..1] ?
"searchFromAddress" : common:Address , [0..1] ?
"depositTaking" : location:DepositTaking , [0..1] ?
"maxNumberOfResults" : xs:integer , [0..1] ?
"maxDistance" : common:Distance , [0..1] ?
"isLocationOpen" : xs:boolean , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="LocationFilter">
<xs:sequence>
<xs:element name="locationIdList" type="location:LocationIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="locationTypeList" type="location:LocationTypeList" minOccurs="0" maxOccurs="1"/>
<xs:element name="servicesList" type="location:ServicesList" minOccurs="0" maxOccurs="1"/>
<xs:element name="searchFromAddress" type="common:Address" minOccurs="0" maxOccurs="1"/>
<xs:element name="depositTaking" type="location:DepositTaking" minOccurs="0" maxOccurs="1"/>
<xs:element name="maxNumberOfResults" type="xs:integer" minOccurs="0" maxOccurs="1"/>
<xs:element name="maxDistance" type="common:Distance" minOccurs="0" maxOccurs="1"/>
<xs:element name="isLocationOpen" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top