Definition Type: ComplexType
Name: GetSecurityElementsRequestType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgSecurityOpMsg.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RequestedSecurityElements Drilldown into OwnerAuthentication Drilldown into RequestingSecurityOwner Drilldown into ElementsNaturalLanguageRequestedXSD Diagram of GetSecurityElementsRequestType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="GetSecurityElementsRequestType">
    <xs:sequence>
        <xs:element ref="ElementsNaturalLanguageRequested" minOccurs="0" />
        <xs:element name="RequestingSecurityOwner" type="SecurityIdentificationType" />
        <xs:element name="OwnerAuthentication" type="AuthenticationInfoType" />
        <xs:element name="RequestedSecurityElements" type="SecurityElementsType" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ElementsNaturalLanguageRequested pwg:ElementsNaturalLanguageRequested 0 (1)
RequestingSecurityOwner pwg:RequestingSecurityOwner (1) (1)
OwnerAuthentication pwg:OwnerAuthentication (1) (1)
RequestedSecurityElements pwg:RequestedSecurityElements (1) (1)
Collapse Derivation Tree:
Collapse References:
pwg:GetSecurityElementsRequest