CHOICE

/FundsXML4/Funds/Fund/CHOICE_2819/Subfunds/Subfund/Segments/Segment/Segments/Segment/SegmentDynamicData/Portfolios/Portfolio/PositionsDecomposed/Positions/Position/CustomAttributes/Attribute/CHOICE_27419

Diagram

CHOICE ValueText xs:string ValueNumber xs:decimal ValueDate xs:date ValueBoolean xs:boolean

Properties

Type
(container)
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
18
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
/Funds/.../ValueText xs:string ExampleText
/Funds/.../ValueNumber xs:decimal 418.48
/Funds/.../ValueDate xs:date 2022-05-24
/Funds/.../ValueBoolean xs:boolean true

XML Snippet

<xs:choice 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">
   <xs:element name="ValueText" type="xs:string"/>
   <xs:element name="ValueNumber" type="xs:decimal"/>
   <xs:element name="ValueDate" type="xs:date"/>
   <xs:element name="ValueBoolean" type="xs:boolean"/>
</xs:choice>