complexType IndustryProviderType
diagram index_p1337.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
children Offeror Date Value Text
used by
element FundsXML/AssetMasterData/Asset/Security/Equity/ClassOfBusiness
source <xs:complexType name="IndustryProviderType">
 
<xs:sequence>
   
<xs:element name="Offeror" type="xs:string"/>
   
<xs:element name="Date" type="xs:date"/>
   
<xs:element name="Value" type="xs:string"/>
   
<xs:element name="Text" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:maxLength value="128"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element IndustryProviderType/Offeror
diagram index_p1338.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type xs:string
properties
content simple
source <xs:element name="Offeror" type="xs:string"/>

element IndustryProviderType/Date
diagram index_p1339.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type xs:date
properties
content simple
source <xs:element name="Date" type="xs:date"/>

element IndustryProviderType/Value
diagram index_p1340.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type xs:string
properties
content simple
source <xs:element name="Value" type="xs:string"/>

element IndustryProviderType/Text
diagram index_p1341.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
source <xs:element name="Text" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="128"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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