complexType FundIDDataDEType
diagram index_p817.png
namespace http://www.fundsxml.org/XMLSchema/3.2
children Name ISIN LEI
used by
elements CountrySpecificDataDEType/MasterFund/FeederFund CountrySpecificDataDEType/FeederFund/MasterFund
annotation
documentation
Country Specific data - Germany
source <xs:complexType name="FundIDDataDEType">
 
<xs:annotation>
   
<xs:documentation>Country Specific data - Germany</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Name" type="xs:string"/>
   
<xs:element name="ISIN" type="ISINType" minOccurs="0"/>
   
<xs:element name="LEI" type="LEICodeType" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element FundIDDataDEType/Name
diagram index_p818.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type xs:string
properties
content simple
source <xs:element name="Name" type="xs:string"/>

element FundIDDataDEType/ISIN
diagram index_p819.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type ISINType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 12
pattern [A-Z]{2}[A-Z0-9]{10}
source <xs:element name="ISIN" type="ISINType" minOccurs="0"/>

element FundIDDataDEType/LEI
diagram index_p820.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type LEICodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 20
maxLength 20
pattern ([0-9a-zA-Z]{18}[0-9]{2})
source <xs:element name="LEI" type="LEICodeType" minOccurs="0"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy