Month

/FundsXML4/AssetMasterData/Asset/CountrySpecificData/AT/OeKBStammdatenblatt/Block2/GeschaeftsjahrEnde/Month

Diagram

Month

Documentation

EN

Month between 1 and 12

DE

Month between 1 und 12

FR

Month between 1 et 12

NL

Month between 1 en 12

ES

Mes entre 1 y 12

IT

Mese compreso tra 1 e 12

CS

Month between 1 and 12

HU

Month between 1 and 12

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
8
Sample Data
3
Restrictions
Base: xs:positiveInteger
MinInclusive: 1
MaxInclusive: 12

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">Month between 1 und 12</xs:documentation>
      <xs:documentation xml:lang="fr">Month between 1 et 12</xs:documentation>
      <xs:documentation xml:lang="nl">Month between 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">Month between 1 and 12</xs:documentation>
      <xs:documentation xml:lang="hu">Month between 1 and 12</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>