Type
/FundsXML4/AssetMasterData/Asset/AssetDetails/Swap/Legs/Leg/Type
Diagram
Documentation
EN
Buy or Sell
DE
Kauf oder Verkauf
FR
Achat ou Vente
NL
Koop van Verkoop
ES
Koop el Verkoop
IT
Compra o vendi
CS
Buy or Sell
HU
Buy or Sell
Properties
- Type
- xs:string
- Cardinality
- 1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 8
- Sample Data
- SELL
- Restrictions
- Base: xs:string
Enumeration:BUYSELL
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="Type">
<xs:annotation>
<xs:documentation xml:lang="en">Buy or Sell</xs:documentation>
<xs:documentation xml:lang="de">Kauf oder Verkauf</xs:documentation>
<xs:documentation xml:lang="fr">Achat ou Vente</xs:documentation>
<xs:documentation xml:lang="nl">Koop van Verkoop</xs:documentation>
<xs:documentation xml:lang="es">Koop el Verkoop</xs:documentation>
<xs:documentation xml:lang="it">Compra o vendi</xs:documentation>
<xs:documentation xml:lang="cs">Buy or Sell</xs:documentation>
<xs:documentation xml:lang="hu">Buy or Sell</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="BUY"/>
<xs:enumeration value="SELL"/>
</xs:restriction>
</xs:simpleType>
</xs:element>