CalculationPeriod
/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/PerformanceFigures/Performances/Performance/CalculationPeriod
Diagram
Properties
- Type
- CalculationPeriodType
- Cardinality
- 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
- 12
- Sample Data
- Specific
- Restrictions
- Base: xs:string
Enumeration:1 Day1 Week1 Month3 Months6 MonthsYTD1 Year3 Years5 Years10 YearsSince launchSpecific
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:xs="http://www.w3.org/2001/XMLSchema"
name="CalculationPeriod"
type="CalculationPeriodType"/>
Referenced Type Definition
(CalculationPeriodType)
Referenced Type Definition (CalculationPeriodType)
<xs:simpleType 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"
name="CalculationPeriodType">
<xs:restriction base="xs:string">
<xs:enumeration value="1 Day"/>
<xs:enumeration value="1 Week"/>
<xs:enumeration value="1 Month"/>
<xs:enumeration value="3 Months"/>
<xs:enumeration value="6 Months"/>
<xs:enumeration value="YTD"/>
<xs:enumeration value="1 Year"/>
<xs:enumeration value="3 Years"/>
<xs:enumeration value="5 Years"/>
<xs:enumeration value="10 Years"/>
<xs:enumeration value="Since launch"/>
<xs:enumeration value="Specific"/>
</xs:restriction>
</xs:simpleType>