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

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v5/RegisteredDeviceFilter.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/Relationship.xsd (at Relationship.xsd)
    • http://cufxstandards.com/v5/Account.xsd (at Account.xsd)
    • http://cufxstandards.com/v5/RegisteredDevice.xsd (at RegisteredDevice.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v5/RegisteredDeviceFilter.xsd
xml http://www.w3.org/XML/1998/namespace
registeredDevice http://cufxstandards.com/v5/RegisteredDevice.xsd
xs http://www.w3.org/2001/XMLSchema
common http://cufxstandards.com/v5/Common.xsd
relationship http://cufxstandards.com/v5/Relationship.xsd
account http://cufxstandards.com/v5/Account.xsd
Schema Component Representation
<xs:schema targetNamespace="http://cufxstandards.com/v5/RegisteredDeviceFilter.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/Relationship.xsd" schemaLocation="Relationship.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/Account.xsd" schemaLocation="Account.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/RegisteredDevice.xsd" schemaLocation="RegisteredDevice.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: registeredDeviceFilter

Name registeredDeviceFilter
Type RegisteredDeviceFilter
Nillable no
Abstract no
Documentation The collection/array list contains all the devices to be created, read, updated or deleted with this registered device request.
JSON Instance Representation
{registeredDeviceFilter
"deviceIDList" : registeredDevice:RegisteredDeviceIdList , [0..1] ?
"partyIdList" : common:PartyIdList , [0..1] ?
"relationshipIdList" : relationship:RelationshipIdList , [0..1] ?
"accountIdList" : account:AccountIdList , [0..1] ?
"accountStatusList" : account:AccountStatusList , [0..1] ?
"encryptedFlag" : xs:boolean , [0..1] ?
"customData" : common:CustomData , [0..1] ?
"accountIdentificationList" : account:AccountIdentificationList , [0..1] ?
registeredDeviceFilter}
Schema Component Representation
<xs:element name="registeredDeviceFilter" type="RegisteredDeviceFilter"/>
top

Global Definitions

Complex Type: RegisteredDeviceFilter

Name RegisteredDeviceFilter
Abstract no
Documentation The collection/array contains all the devices to be created, read, updated or deleted with this registered device request.
JSON Instance Representation
{
"deviceIDList" : registeredDevice:RegisteredDeviceIdList , [0..1] ?
"partyIdList" : common:PartyIdList , [0..1] ?
"relationshipIdList" : relationship:RelationshipIdList , [0..1] ?
"accountIdList" : account:AccountIdList , [0..1] ?
"accountStatusList" : account:AccountStatusList , [0..1] ?
"encryptedFlag" : xs:boolean , [0..1] ?
"customData" : common:CustomData , [0..1] ?
"accountIdentificationList" : account:AccountIdentificationList , [0..1] ?
}
Schema Component Representation
<xs:complexType name="RegisteredDeviceFilter">
<xs:sequence>
<xs:element name="deviceIDList" type="registeredDevice:RegisteredDeviceIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="partyIdList" type="common:PartyIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="relationshipIdList" type="relationship:RelationshipIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="accountIdList" type="account:AccountIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="accountStatusList" type="account:AccountStatusList" minOccurs="0" maxOccurs="1"/>
<xs:element name="encryptedFlag" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
<xs:element name="accountIdentificationList" type="account:AccountIdentificationList" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top