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

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v5/ProductServiceEnrollmentFilter.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/ProductServiceEnrollment.xsd (at ProductServiceEnrollment.xsd)
    • http://cufxstandards.com/v5/ProductServiceRequest.xsd (at ProductServiceRequest.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v5/ProductServiceEnrollmentFilter.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
common http://cufxstandards.com/v5/Common.xsd
productServiceEnrollment http://cufxstandards.com/v5/ProductServiceEnrollment.xsd
productServiceRequest http://cufxstandards.com/v5/ProductServiceRequest.xsd
Schema Component Representation
<xs:schema targetNamespace="http://cufxstandards.com/v5/ProductServiceEnrollmentFilter.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/ProductServiceEnrollment.xsd" schemaLocation="ProductServiceEnrollment.xsd"/>
<xs:import namespace="http://cufxstandards.com/v5/ProductServiceRequest.xsd" schemaLocation="ProductServiceRequest.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: productServiceEnrollmentFilter

Name productServiceEnrollmentFilter
Type ProductServiceEnrollmentFilter
Nillable no
Abstract no
Documentation The list of filter options for product and service enrollment.
JSON Instance Representation
{productServiceEnrollmentFilter
"productServiceEnrollmentIdList" : productServiceEnrollment:ProductServiceEnrollmentIdList , [0..1] ?
"productServiceRequestIdList" : productServiceRequest:ProductServiceRequestIdList , [0..1] ?
"partyIdList" : common:PartyIdList , [0..1] ?
"productServiceEnrollmentStatusList" : productServiceEnrollment:ProductServiceEnrollmentStatusList , [0..1] ?
"productServiceEnrollmentRequestDateRange" : common:DateRange , [0..1] ?
"productServiceEnrollmentApprovedDateRange" : common:DateRange , [0..1] ?
"customData" : common:CustomData , [0..1] ?
productServiceEnrollmentFilter}
Schema Component Representation
<xs:element name="productServiceEnrollmentFilter" type="ProductServiceEnrollmentFilter"/>
top

Global Definitions

Complex Type: ProductServiceEnrollmentFilter

Name ProductServiceEnrollmentFilter
Abstract no
Documentation The list of filter options for product and service enrollment. The options can be used in combination or by themselves. It is up to the data source to either return the data requested or return a standard error identifying why the request was rejected.
JSON Instance Representation
{
"productServiceEnrollmentIdList" : productServiceEnrollment:ProductServiceEnrollmentIdList , [0..1] ?
"productServiceRequestIdList" : productServiceRequest:ProductServiceRequestIdList , [0..1] ?
"partyIdList" : common:PartyIdList , [0..1] ?
"productServiceEnrollmentStatusList" : productServiceEnrollment:ProductServiceEnrollmentStatusList , [0..1] ?
"productServiceEnrollmentRequestDateRange" : common:DateRange , [0..1] ?
"productServiceEnrollmentApprovedDateRange" : common:DateRange , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="ProductServiceEnrollmentFilter">
<xs:sequence>
<xs:element name="productServiceEnrollmentIdList" type="productServiceEnrollment:ProductServiceEnrollmentIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="productServiceRequestIdList" type="productServiceRequest:ProductServiceRequestIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="partyIdList" type="common:PartyIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="productServiceEnrollmentStatusList" type="productServiceEnrollment:ProductServiceEnrollmentStatusList" minOccurs="0" maxOccurs="1"/>
<xs:element name="productServiceEnrollmentRequestDateRange" type="common:DateRange" minOccurs="0" maxOccurs="1"/>
<xs:element name="productServiceEnrollmentApprovedDateRange" type="common:DateRange" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top