ProductServiceEnrollment - Schema Documentation - V4.5.Revision
Documents generated: 4/9/2021

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v4/ProductServiceEnrollment.xsd
Version 4.5.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/v4/Common.xsd (at Common.xsd)
    • http://cufxstandards.com/v4/Field.xsd (at Field.xsd)
    • http://cufxstandards.com/v4/Party.xsd (at Party.xsd)
    • http://cufxstandards.com/v4/ProductServiceRequest.xsd (at ProductServiceRequest.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v4/ProductServiceEnrollment.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
common http://cufxstandards.com/v4/Common.xsd
field http://cufxstandards.com/v4/Field.xsd
party http://cufxstandards.com/v4/Party.xsd
productServiceRequest http://cufxstandards.com/v4/ProductServiceRequest.xsd
Schema Component Representation
<xs:schema targetNamespace="http://cufxstandards.com/v4/ProductServiceEnrollment.xsd" version="4.5.$Revision$" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://cufxstandards.com/v4/Common.xsd" schemaLocation="Common.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/Field.xsd" schemaLocation="Field.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/Party.xsd" schemaLocation="Party.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/ProductServiceRequest.xsd" schemaLocation="ProductServiceRequest.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: productServiceEnrollmentList

Name productServiceEnrollmentList
Type ProductServiceEnrollmentList
Nillable no
Abstract no
Documentation List of product or service enrollments.
JSON Instance Representation
{productServiceEnrollmentList
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"productServiceEnrollment" : ProductServiceEnrollment , [0..*] ?
productServiceEnrollmentList}
Schema Component Representation
<xs:element name="productServiceEnrollmentList" type="ProductServiceEnrollmentList"/>
top

Global Definitions

Complex Type: ProductServiceEnrollment

Name ProductServiceEnrollment
Abstract no
JSON Instance Representation
{
"productServiceEnrollmentId" : ProductServiceEnrollmentId , [0..1] ?
"requestItem" : productServiceRequest:RequestItem , [0..1] ?
"fieldList" : field:FieldList , [0..1] ?
"party" : party:Party , [0..1] ?
"productServiceEnrollmentRequestDate" : xs:dateTime , [0..1] ?
"productServiceEnrollmentApprovedDate" : xs:dateTime , [0..1] ?
"productServiceEnrollmentStatus" : ProductServiceEnrollmentStatus , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="ProductServiceEnrollment">
<xs:sequence>
<xs:element name="productServiceEnrollmentId" type="ProductServiceEnrollmentId" minOccurs="0" maxOccurs="1"/>
<xs:element name="requestItem" type="productServiceRequest:RequestItem" minOccurs="0" maxOccurs="1"/>
<xs:element name="fieldList" type="field:FieldList" minOccurs="0" maxOccurs="1"/>
<xs:element name="party" type="party:Party" minOccurs="0" maxOccurs="1"/>
<xs:element name="productServiceEnrollmentRequestDate" type="xs:dateTime" minOccurs="0" maxOccurs="1"/>
<xs:element name="productServiceEnrollmentApprovedDate" type="xs:dateTime" minOccurs="0" maxOccurs="1"/>
<xs:element name="productServiceEnrollmentStatus" type="ProductServiceEnrollmentStatus" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ProductServiceEnrollmentIdList

Name ProductServiceEnrollmentIdList
Abstract no
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"productServiceEnrollmentId" : ProductServiceEnrollmentId , [0..*] ?
}
Schema Component Representation
<xs:complexType name="ProductServiceEnrollmentIdList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="productServiceEnrollmentId" type="ProductServiceEnrollmentId" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ProductServiceEnrollmentList

Name ProductServiceEnrollmentList
Abstract no
Documentation List of product or service enrollments.
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"productServiceEnrollment" : ProductServiceEnrollment , [0..*] ?
}
Schema Component Representation
<xs:complexType name="ProductServiceEnrollmentList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="productServiceEnrollment" type="ProductServiceEnrollment" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ProductServiceEnrollmentStatusList

Name ProductServiceEnrollmentStatusList
Abstract no
JSON Instance Representation
{
<!-- 'common:ListBase' super type was not found in this schema. Some elements and attributes may be missing. -->
"productServiceEnrollmentStatus" : ProductServiceEnrollmentStatus , [0..*] ?
}
Schema Component Representation
<xs:complexType name="ProductServiceEnrollmentStatusList">
<xs:complexContent>
<xs:extension base="common:ListBase">
<xs:sequence>
<xs:element name="productServiceEnrollmentStatus" type="ProductServiceEnrollmentStatus" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Simple Type: ProductServiceEnrollmentId

Name ProductServiceEnrollmentId
Content
  • Base XSD Type: string
Documentation Identifier of the productServiceEnrollment.
Schema Component Representation
<xs:simpleType name="ProductServiceEnrollmentId">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: ProductServiceEnrollmentStatus

Name ProductServiceEnrollmentStatus
Content
  • Base XSD Type: string
Documentation The product service enrollment status.
Schema Component Representation
<xs:simpleType name="ProductServiceEnrollmentStatus">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top