complexType IndustryCodeType
diagram index_p1243.png
children Name Date Value
used by
element EquityType/Industries/IndustryCode
source <xs:complexType name="IndustryCodeType">
 
<xs:sequence>
   
<xs:element name="Name" type="xs:string">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Sector codification (GICS,ICB, ...)
***"CodificationSystem" would me more relevant than "Name"
</xs:documentation>
       
<xs:documentation xml:lang="de">GICS,lehman,ICB.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Date" type="xs:date"/>
   
<xs:element name="Value" type="xs:decimal">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Sector value in "Name" codification system</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element IndustryCodeType/Name
diagram index_p1244.png
type xs:string
properties
content simple
annotation
documentation
Sector codification (GICS,ICB, ...)
***"CodificationSystem" would me more relevant than "Name"
documentation
GICS,lehman,ICB.
source <xs:element name="Name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Sector codification (GICS,ICB, ...)
***"CodificationSystem" would me more relevant than "Name"
</xs:documentation>
   
<xs:documentation xml:lang="de">GICS,lehman,ICB.</xs:documentation>
 
</xs:annotation>
</xs:element>

element IndustryCodeType/Date
diagram index_p1245.png
type xs:date
properties
content simple
source <xs:element name="Date" type="xs:date"/>

element IndustryCodeType/Value
diagram index_p1246.png
type xs:decimal
properties
content simple
annotation
documentation
Sector value in "Name" codification system
source <xs:element name="Value" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Sector value in "Name" codification system</xs:documentation>
 
</xs:annotation>
</xs:element>


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