| diagram | ![]() |
||
| namespace | http://www.fundsxml.org/XMLSchema/3.2.1 | ||
| children | Offeror Date Value Text | ||
| used by |
|
||
| 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> |
| diagram | ![]() |
||
| namespace | http://www.fundsxml.org/XMLSchema/3.2.1 | ||
| type | xs:string | ||
| properties |
|
||
| source | <xs:element name="Offeror" type="xs:string"/> |
| diagram | ![]() |
||
| namespace | http://www.fundsxml.org/XMLSchema/3.2.1 | ||
| type | xs:date | ||
| properties |
|
||
| source | <xs:element name="Date" type="xs:date"/> |
| diagram | ![]() |
||
| namespace | http://www.fundsxml.org/XMLSchema/3.2.1 | ||
| type | xs:string | ||
| properties |
|
||
| source | <xs:element name="Value" type="xs:string"/> |
| diagram | ![]() |
||||||
| namespace | http://www.fundsxml.org/XMLSchema/3.2.1 | ||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xs:element name="Text" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="128"/> </xs:restriction> </xs:simpleType> </xs:element> |