Month
/FundsXML4/Funds/Fund/FundStaticData/EndOfFiscalYear/Month
Diagram
Documentation
EN
Month between 1 and 12
DE
Monat zwischen 1 und 12
FR
Mois entre 1 et 12
NL
Maand tussen 1 en 12
ES
Mes entre 1 y 12
IT
Mese compreso tra 1 e 12
CS
Měsíc mezi 1 a 12
HU
Hónap 1 és 12 között
Properties
- Type
- xs:positiveInteger
- 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
- 5
- Sample Data
- 8
- Restrictions
- Base: xs:positiveInteger
MinInclusive: 1
MaxInclusive: 12
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="Month">
<xs:annotation>
<xs:documentation xml:lang="en">Month between 1 and 12</xs:documentation>
<xs:documentation xml:lang="de">Monat zwischen 1 und 12</xs:documentation>
<xs:documentation xml:lang="fr">Mois entre 1 et 12</xs:documentation>
<xs:documentation xml:lang="nl">Maand tussen 1 en 12</xs:documentation>
<xs:documentation xml:lang="es">Mes entre 1 y 12</xs:documentation>
<xs:documentation xml:lang="it">Mese compreso tra 1 e 12</xs:documentation>
<xs:documentation xml:lang="cs">Měsíc mezi 1 a 12</xs:documentation>
<xs:documentation xml:lang="hu">Hónap 1 és 12 között</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="12"/>
</xs:restriction>
</xs:simpleType>
</xs:element>