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

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v4/InvestmentHoldingMessage.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/MessageContext.xsd (at MessageContext.xsd)
    • http://cufxstandards.com/v4/InvestmentHolding.xsd (at InvestmentHolding.xsd)
    • http://cufxstandards.com/v4/InvestmentHoldingFilter.xsd (at InvestmentHoldingFilter.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v4/InvestmentHoldingMessage.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
messageContext http://cufxstandards.com/v4/MessageContext.xsd
investmentHolding http://cufxstandards.com/v4/InvestmentHolding.xsd
investmentHoldingFilter http://cufxstandards.com/v4/InvestmentHoldingFilter.xsd
Schema Component Representation
<xs:schema targetNamespace="http://cufxstandards.com/v4/InvestmentHoldingMessage.xsd" version="4.5.$Revision$" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://cufxstandards.com/v4/MessageContext.xsd" schemaLocation="MessageContext.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/InvestmentHolding.xsd" schemaLocation="InvestmentHolding.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/InvestmentHoldingFilter.xsd" schemaLocation="InvestmentHoldingFilter.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: investmentHoldingMessage

Name investmentHoldingMessage
Type InvestmentHoldingMessage
Nillable no
Abstract no
Documentation All values that can be sent in a investment holding message. Contains message context, investmentHolding filter and a investment holding list. This is a wrapper used to more easily serialize the complete message. All values are optional. See example specifications for usage.
JSON Instance Representation
{investmentHoldingMessage
"messageContext" : messageContext:MessageContext , [0..1] ?
"investmentHoldingFilter" : investmentHoldingFilter:InvestmentHoldingFilter , [0..1] ?
"investmentHoldingList" : investmentHolding:InvestmentHoldingList , [0..1] ?
investmentHoldingMessage}
Schema Component Representation
<xs:element name="investmentHoldingMessage" type="InvestmentHoldingMessage"/>
top

Global Definitions

Complex Type: InvestmentHoldingMessage

Name InvestmentHoldingMessage
Abstract no
Documentation All values that can be sent in a investment holding message. Contains message context, investment holding filter and a investment holdinglist. This is a wrapper used to more easily serialize the complete message. All values are optional. See example specifications for usage.
JSON Instance Representation
{
"messageContext" : messageContext:MessageContext , [0..1] ?
"investmentHoldingFilter" : investmentHoldingFilter:InvestmentHoldingFilter , [0..1] ?
"investmentHoldingList" : investmentHolding:InvestmentHoldingList , [0..1] ?
}
Schema Component Representation
<xs:complexType name="InvestmentHoldingMessage">
<xs:sequence>
<xs:element name="messageContext" type="messageContext:MessageContext" minOccurs="0" maxOccurs="1"/>
<xs:element name="investmentHoldingFilter" type="investmentHoldingFilter:InvestmentHoldingFilter" minOccurs="0" maxOccurs="1"/>
<xs:element name="investmentHoldingList" type="investmentHolding:InvestmentHoldingList" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top