ShortPeriod

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

Diagram

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

Documentation

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

Properties

Type
xs:string
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
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:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="ShortPeriod">
   <xs:annotation>
      <xs:documentation>Interpolation at beginning, Interpolation at the end, Interpolation at beginning and 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>