simpleType CalculationPeriodType
type restriction of xs:string
properties
base xs:string
used by
elements TotalReturnType/CalculationPeriod PerformanceType/CalculationPeriod
facets
Kind Value Annotation
enumeration 1 Day
enumeration 1 Week
enumeration 1 Month
enumeration 3 Months
enumeration 6 Months
enumeration YTD
enumeration 1 Year
enumeration 3 Years
enumeration 5 Years
enumeration 10 Years
enumeration Since launch
enumeration Specific
source <xs:simpleType 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>


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