complexType "IdentifiedPayerReceiver"
Namespace:
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
{ enumeration of xsd:token }
</...>
Simple Content Restrictions:
Enumeration:
"Payer"
 - 
The party identified as the stream payer.
"Receiver"
 - 
The party identified as the stream receiver.

All Direct / Indirect Based Elements (4):
buyer (defined in Strike complexType),
buyer (defined in StrikeSchedule complexType),
seller (defined in Strike complexType),
seller (defined in StrikeSchedule complexType)
Known Usage Locations
Annotation
A type extending the PayerReceiverEnum type wih an id attribute.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  PayerReceiverEnum (extension)
      IdentifiedPayerReceiver
Derivation:
extension of PayerReceiverEnum
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="IdentifiedPayerReceiver">
<xsd:simpleContent>
<xsd:extension base="PayerReceiverEnum">
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.