PortfolioManagement
/FundsXML4/RegulatoryReportings/DirectReporting/EMT/FinancialInstrument/DistributionStrategy/PortfolioManagement
Diagram
Documentation
06040: Retail or Professional or Both or Neither
Properties
- Type
- RetailProfessionalBothNeitherType
- 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
- 6
- Sample Data
- R
- Restrictions
- Base: xs:string
Length: 1
Enumeration:RPBN
Element Definition
Element Definition
<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="PortfolioManagement"
type="RetailProfessionalBothNeitherType">
<xs:annotation>
<xs:documentation>06040: Retail or Professional or Both or Neither</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(RetailProfessionalBothNeitherType)
Referenced Type Definition (RetailProfessionalBothNeitherType)
<xs:simpleType 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="RetailProfessionalBothNeitherType">
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:enumeration value="R"/>
<xs:enumeration value="P"/>
<xs:enumeration value="B"/>
<xs:enumeration value="N"/>
</xs:restriction>
</xs:simpleType>