| diagram | ![]() |
||
| children | SourceCompany Market RiskIndicator | ||
| annotation |
|
||
| source | <xs:complexType name="IndexType"> <xs:annotation> <xs:documentation>Index Asset data information</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="SourceCompany" type="CompanyType" minOccurs="0"/> <xs:element name="Market" minOccurs="0"/> <xs:element name="RiskIndicator" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="high"/> <xs:enumeration value="low"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| type | CompanyType | ||||||
| properties |
|
||||||
| children | Identifiers Name LegalName LegalForm Address BusinessCountry ParentCompany | ||||||
| source | <xs:element name="SourceCompany" type="CompanyType" minOccurs="0"/> |
| diagram | ![]() |
||||
| properties |
|
||||
| source | <xs:element name="Market" minOccurs="0"/> |
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| source | <xs:element name="RiskIndicator" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="high"/> <xs:enumeration value="low"/> </xs:restriction> </xs:simpleType> </xs:element> |