ShortPeriod

/FundsXML4/AssetMasterData/Asset/AssetDetails/Swap/Legs/Leg/ShortPeriod

Diagram

ShortPeriod

Documentation

EN

Interpolation at beginning, Interpolation at the end, Interpolation at beginning and end

DE

Interpolation at beginning, Interpolation at end, Interpolation at beginning und end

FR

Interpolation at beginning, Interpolation at end, Interpolation at beginning et end

NL

Interpolation at beginning, Interpolation at end, Interpolation at beginning en end

Properties

Type
xs:string
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
8
Sample Data
Interpolation at end
Restrictions
Base: xs:string
Enumeration:
  • Interpolation at start
  • Interpolation at end
  • Interpolation at start+end

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="ShortPeriod">
   <xs:annotation>
      <xs:documentation xml:lang="en">Interpolation at beginning, Interpolation at the end, Interpolation at beginning and end</xs:documentation>
      <xs:documentation xml:lang="de">Interpolation at beginning, Interpolation at end, Interpolation at beginning und end</xs:documentation>
      <xs:documentation xml:lang="fr">Interpolation at beginning, Interpolation at end, Interpolation at beginning et end</xs:documentation>
      <xs:documentation xml:lang="nl">Interpolation at beginning, Interpolation at end, Interpolation at beginning en end</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="Interpolation at start"/>
         <xs:enumeration value="Interpolation at end"/>
         <xs:enumeration value="Interpolation at start+end"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>