Size

/FundsXML4/AssetMasterData/Asset/AssetDetails/Index/Size

Diagram

Size

Documentation

EN

Information about Index Component Size

DE

Information about Index Component Size

FR

Information about Index Component Size

NL

Informatie about Index Component Size

Properties

Type
xs:string
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
5
Sample Data
large cap
Restrictions
Base: xs:string
Enumeration:
  • large cap
  • mid cap
  • small cap

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Size">
   <xs:annotation>
      <xs:documentation xml:lang="en">Information about Index Component Size</xs:documentation>
      <xs:documentation xml:lang="de">Information about Index Component Size</xs:documentation>
      <xs:documentation xml:lang="fr">Information about Index Component Size</xs:documentation>
      <xs:documentation xml:lang="nl">Informatie about Index Component Size</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="large cap"/>
         <xs:enumeration value="mid cap"/>
         <xs:enumeration value="small cap"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>