XML Schema Documentation
Schema Document Properties
Target Namespace | urn://www.fsc.org.au/DDO/Common/1.0 |
---|---|
Element and Attribute Namespaces |
|
Application Data
<dcterms:title> DDO Data Standards' Common Elements</dcterms:title>
<dcterms:licence>
The intellectual property rights in this document, including the copyright in the document, are owned by and retained by the FSC and its licensors.
The FSC grants you a non-exclusive non-transferable licence for you and the organisation you represent (the User) to use this document internally within the User's business, including making copies, reproductions, and modifications of the document, and otherwise as expressly set out in the conditions below for so long as the User licenses this data standard.
You and the User acknowledge and agree that the information contained in this document has been collated and prepared by the FSC for the sole purpose of assisting Users to manage their compliance with Part 7.8A of the Corporations Act 2001.
The information contained in this document is based on current sources and practice as at 2021.
The information contained in this document may need to be updated and revised as new sources of information emerge or practices change over time.
Users should use their own judgment when making use of this material and should carefully evaluate its currency, completeness and relevance for their own purposes as well as the extent to which this material can or should be modified to suit the User's products.
While steps have been taken to ensure the accuracy of the information contained in this document, the FSC does not guarantee, and accepts no legal liability whatsoever or howsoever arising from or connected to, the accuracy, currency, completeness of any material contained in this document (including any liability that may flow directly or indirectly from the modification of the information contained in this document) and makes no warranties as to suitability for you or non-infringement or for compliance with the data requirements under Part 7.8A of the Act.
</dcterms:licence>
<dcterms:rightsholder> Financial Services Council Limited ABN 82 080 744 163</dcterms:rightsholder>
<dcterms:copyright>
© 2021 Financial Services Council Limited ABN 82 080 744 163
</dcterms:copyright>
<dcterms:contributor> Stephen Cox</dcterms:contributor>
Prefix | Namespace |
---|---|
Default namespace | urn://www.fsc.org.au/DDO/Common/1.0 |
xml | http://www.w3.org/XML/1998/namespace |
mstns | urn://www.fsc.org.au/DDO/Common/1.0 |
xs | http://www.w3.org/2001/XMLSchema |
Global Declarations
Attribute: StandardVersion
Name | StandardVersion |
---|---|
Type | mstns:CurrentStandardVersion |
StandardVersion="mstns:CurrentStandardVersion"
<xs:attribute name="StandardVersion" type="mstns:CurrentStandardVersion"/>
Global Definitions
Complex Type: ContactDetailsType
Super-types: | None |
---|---|
Sub-types: | None |
Name | ContactDetailsType |
---|---|
Abstract | no |
<xs:complexType name="ContactDetailsType">
<xs:sequence>
<xs:element name="Name" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/>
<xs:element name="Title" type="xs:string" minOccurs="0" maxOccurs="1" nillable="false"/>
<xs:element name="Phone" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/>
<xs:element name="Email" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/>
<xs:element name="Address" type="xs:string" minOccurs="0" maxOccurs="1" nillable="false"/>
</xs:sequence>
</xs:complexType>
Complex Type: EntityCollectionType
Super-types: | None |
---|---|
Sub-types: | None |
Name | EntityCollectionType |
---|---|
Abstract | no |
<...>
<Entity> mstns:EntityDetailType </Entity> [0..*]
</...>
Complex Type: EntityDetailType
Super-types: | None |
---|---|
Sub-types: | None |
Name | EntityDetailType |
---|---|
Abstract | no |
<...>
<PrimaryId> mstns:EntityIdentifierType </PrimaryId> [1]
<AlternativeIds> mstns:EntityIdentifierCollectionType </AlternativeIds> [1]
<EntityName> xs:string </EntityName> [1]
<EntityType> mstns:EntityTypeEnum </EntityType> [1]
<Contact> mstns:ContactDetailsType </Contact> [1]
</...>
<xs:complexType name="EntityDetailType">
<xs:sequence>
<xs:element name="PrimaryId" type="mstns:EntityIdentifierType"/>
<xs:element name="AlternativeIds" type="mstns:EntityIdentifierCollectionType"/>
<xs:element name="EntityName" type="xs:string"/>
<xs:element name="EntityType" type="mstns:EntityTypeEnum"/>
<xs:element name="Contact" type="mstns:ContactDetailsType"/>
</xs:sequence>
</xs:complexType>
Complex Type: EntityIdentifierCollectionType
Super-types: | None |
---|---|
Sub-types: | None |
Name | EntityIdentifierCollectionType |
---|---|
Abstract | no |
<...>
<Identifier> mstns:EntityIdentifierType </Identifier> [0..*]
</...>
Complex Type: EntityIdentifierType
Super-types: | None |
---|---|
Sub-types: | None |
Name | EntityIdentifierType |
---|---|
Abstract | no |
<...>
<EntityIdentifierType> mstns:EntityIdentifierTypeEnum </EntityIdentifierType> [1]
<EntityIdentifierValue> xs:string </EntityIdentifierValue> [1]
<SubUnit> xs:string </SubUnit> [1]
</...>
Complex Type: EntityRelationshipCollectionType
Super-types: | None |
---|---|
Sub-types: | None |
Name | EntityRelationshipCollectionType |
---|---|
Abstract | no |
<...>
<EntityRelationship> mstns:EntityRelationshipType </EntityRelationship> [0..*]
</...>
Complex Type: EntityRelationshipType
Super-types: | None |
---|---|
Sub-types: | None |
Name | EntityRelationshipType |
---|---|
Abstract | no |
<...>
<IssuerEntity> mstns:EntityIdentifierType </IssuerEntity> [1]
<DistributorEntity> mstns:EntityIdentifierType </DistributorEntity> [1]
</...>
<xs:complexType name="EntityRelationshipType">
<xs:sequence>
<xs:element name="IssuerEntity" type="mstns:EntityIdentifierType"/>
<xs:element name="DistributorEntity" type="mstns:EntityIdentifierType"/>
</xs:sequence>
</xs:complexType>
Complex Type: ExchageTradedIdentifierType
Super-types: | None |
---|---|
Sub-types: | None |
Name | ExchageTradedIdentifierType |
---|---|
Abstract | no |
<...>
<ExchangeIdentifier> xs:string </ExchangeIdentifier> [1]
<ExchangeCode> ... </ExchangeCode> [1]
</...>
Complex Type: ProductIdentifierCollectionType
Super-types: | None |
---|---|
Sub-types: | None |
Name | ProductIdentifierCollectionType |
---|---|
Abstract | no |
<...>
<ProductId> mstns:ProductIdentifierType </ProductId> [0..*]
</...>
Complex Type: ProductIdentifierType
Super-types: | None |
---|---|
Sub-types: | None |
Name | ProductIdentifierType |
---|---|
Abstract | no |
<...>
<IdentifierType> mstns:ProductIdentifierTypeEnum </IdentifierType> [1]
<IdentifierValue> xs:string </IdentifierValue> [1]
<Disambiguation> xs:string </Disambiguation> [0..1]
</...>
<xs:complexType name="ProductIdentifierType">
<xs:sequence>
<xs:element name="IdentifierType" type="mstns:ProductIdentifierTypeEnum"/>
<xs:element name="IdentifierValue" type="xs:string"/>
<xs:element name="Disambiguation" type="xs:string" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
Complex Type: ReportSelectionRangeType
Super-types: | None |
---|---|
Sub-types: | None |
Name | ReportSelectionRangeType |
---|---|
Abstract | no |
Simple Type: CurrentStandardVersion
Super-types: | xs:string < MajorMinorVersion (by restriction) < DataStandardVersionEnum (by restriction) < CurrentStandardVersion (by restriction) |
---|---|
Sub-types: | None |
Name | CurrentStandardVersion |
---|---|
Content |
|
Simple Type: DataStandardVersionEnum
Super-types: | xs:string < MajorMinorVersion (by restriction) < DataStandardVersionEnum (by restriction) |
---|---|
Sub-types: |
|
Name | DataStandardVersionEnum |
---|---|
Content |
|
<xs:simpleType name="DataStandardVersionEnum">
<xs:restriction base="mstns:MajorMinorVersion">
<--
<xs:enumeration value="0.1">
<xs:annotation>
<xs:documentation>Alpha version, not to be used</xs:documentation>
</xs:annotation>
</xs:enumeration>
--> <xs:enumeration value="1.0"/>
</xs:restriction>
</xs:simpleType>
Simple Type: DistributorTypeEnum
Super-types: | xs:string < DistributorTypeEnum (by restriction) |
---|---|
Sub-types: | None |
Name | DistributorTypeEnum |
---|---|
Content |
|
Simple Type: EntityIdentifierTypeEnum
Super-types: | xs:string < EntityIdentifierTypeEnum (by restriction) |
---|---|
Sub-types: | None |
Name | EntityIdentifierTypeEnum |
---|---|
Content |
|
Simple Type: EntityTypeEnum
Super-types: | xs:string < EntityTypeEnum (by restriction) |
---|---|
Sub-types: | None |
Name | EntityTypeEnum |
---|---|
Content |
|
Simple Type: MajorMinorVersion
Super-types: | xs:string < MajorMinorVersion (by restriction) |
---|---|
Sub-types: |
|
Name | MajorMinorVersion |
---|---|
Content |
|
Simple Type: ProductIdentifierTypeEnum
Super-types: | xs:string < ProductIdentifierTypeEnum (by restriction) |
---|---|
Sub-types: | None |
Name | ProductIdentifierTypeEnum |
---|---|
Content |
|
Simple Type: TMDCharacteristicEnum
Super-types: | xs:string < TMDCharacteristicEnum (by restriction) |
---|---|
Sub-types: | None |
Name | TMDCharacteristicEnum |
---|---|
Content |
|
<xs:simpleType name="TMDCharacteristicEnum">
<xs:restriction base="xs:string">
<-- Investment Objective --> <xs:enumeration value="InvestmentObjective_CapitalGrowth"/>
<xs:enumeration value="InvestmentObjective_CapitalPreservation"/>
<xs:enumeration value="InvestmentObjective_CapitalGuaranteed"/>
<xs:enumeration value="InvestmentObjective_RegularIncome"/>
<xs:enumeration value="InvestmentObjective_Specialist"/>
<-- Product Use --> <xs:enumeration value="ProductUse_SolutionStandalone"/>
<xs:enumeration value="ProductUse_CoreComponent"/>
<xs:enumeration value="ProductUse_Satellite"/>
<-- Investment Timeframe --> <xs:enumeration value="InvestmentTimeframe_Short"/>
<xs:enumeration value="InvestmentTimeframe_Medium"/>
<xs:enumeration value="InvestmentTimeframe_Long"/>
<-- Risk and return --> <xs:enumeration value="RiskAndReturn_VeryHigh"/>
<xs:enumeration value="RiskAndReturn_High"/>
<xs:enumeration value="RiskAndReturn_Medium"/>
<xs:enumeration value="RiskAndReturn_Low"/>
<xs:enumeration value="RiskAndReturn_CapitalGuaranteed"/>
<-- Redemption Frequency --> <xs:enumeration value="RedemptionFrequency_Daily"/>
<xs:enumeration value="RedemptionFrequency_Weekly"/>
<xs:enumeration value="RedemptionFrequency_Monthly"/>
<xs:enumeration value="RedemptionFrequency_Quarterly"/>
<xs:enumeration value="RedemptionFrequency_AnnuallyPlus"/>
<-- Liquidity --> <xs:enumeration value="Liquidity_Low"/>
<xs:enumeration value="Liquidity_Moderate"/>
<xs:enumeration value="Liquidity_High"/>
<xs:enumeration value="Liquidity_VeryHigh"/>
</xs:restriction>
</xs:simpleType>
Simple Type: TMDIndicatorEnum
Super-types: | xs:string < TMDIndicatorEnum (by restriction) |
---|---|
Sub-types: | None |
Name | TMDIndicatorEnum |
---|---|
Content |
|
Simple Type: TMDProductTypeEnum
Super-types: | xs:string < TMDProductTypeEnum (by restriction) |
---|---|
Sub-types: | None |
Name | TMDProductTypeEnum |
---|---|
Content |
|
Simple Type: TMDStatusEnum
Super-types: | xs:string < TMDStatusEnum (by restriction) |
---|---|
Sub-types: | None |
Name | TMDStatusEnum |
---|---|
Content |
|
Simple Type: TMDVersionType
Super-types: | xs:positiveInteger < TMDVersionType (by restriction) |
---|---|
Sub-types: | None |
Name | TMDVersionType |
---|---|
Content |
|
Glossary
Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.
All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.
Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.
Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.
Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type
attribute.
Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.
Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.
Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.
Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil
attribute. The xsi:nil
attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil
attribute set to true, it can be left empty, even though its element declaration may have required content.
Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.
Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.
Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.
Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.
Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).
Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.
Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.
Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.
Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.
Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.