complexType IndustryProviderType
diagram index_p955.png
namespace http://www.fundsxml.org/XMLSchema/3.2
children Offeror Date Value Text
used by
element EquityType/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_p956.png
namespace http://www.fundsxml.org/XMLSchema/3.2
type xs:string
properties
content simple
source <xs:element name="Offeror" type="xs:string"/>

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

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

element IndustryProviderType/Text
diagram index_p959.png
namespace http://www.fundsxml.org/XMLSchema/3.2
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