Type
/FundsXML4/Documents/Document/Type
Diagram
Documentation
Type of document
Properties
- Type
- (anonymous)
- Cardinality
- 1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 3
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| /Documents/.../ListedType | (anonymous) | Document Type with enumeration: |
Prospectus |
| /Documents/.../UnlistedType | (anonymous) | Description of other document types |
XML Snippet
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="Type">
<xs:annotation>
<xs:documentation>Type of document</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="ListedType">
<xs:annotation>
<xs:documentation>Document Type with enumeration:
AIFMD
AnnualReport
AuditReport
Factsheet
KID
Prospectus
PRIIPS-KID</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="3"/>
<xs:maxLength value="12"/>
<xs:enumeration value="AIFMD"/>
<xs:enumeration value="AnnualReport"/>
<xs:enumeration value="AuditReport"/>
<xs:enumeration value="Factsheet"/>
<xs:enumeration value="KID"/>
<xs:enumeration value="Prospectus"/>
<xs:enumeration value="PRIIPS-KID"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UnlistedType">
<xs:annotation>
<xs:documentation>Description of other document types</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="Text128Type">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>