complexType FeeType
diagram index_p867.png
children Type Counterparty
used by
element AssetDetailsType/Fee
source <xs:complexType name="FeeType">
 
<xs:sequence>
   
<xs:element name="Type" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Fee type</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Counterparty" type="CompanyType">
     
<xs:annotation>
       
<xs:documentation>Counterparty details</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FeeType/Type
diagram index_p868.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Fee type
source <xs:element name="Type" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Fee type</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeeType/Counterparty
diagram index_p869.png
type CompanyType
properties
content complex
children Identifiers Name LegalName LegalForm Address BusinessCountry ParentCompany
annotation
documentation
Counterparty details
source <xs:element name="Counterparty" type="CompanyType">
 
<xs:annotation>
   
<xs:documentation>Counterparty details</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy