<xs:element name="ExemptionSecCode">
<xs:annotation>
<xs:documentation>
"54" - Sec 54
"54B" - Sec 54B
"54D" - Sec 54D
"54EC" - Sec 54EC
"54EE" - Sec 54EE
"54F" - Sec 54F
"54G" - Sec 54G
"54GA" - Sec 54GA
"54GB" - Sec 54GB
"115F" - Sec 115F
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="nonEmptyString">
<xs:enumeration value="54" />
<xs:enumeration value="54B" />
<xs:enumeration value="54D" />
<xs:enumeration value="54EC" />
<xs:enumeration value="54EE" />
<xs:enumeration value="54F" />
<xs:enumeration value="54G" />
<xs:enumeration value="54GA" />
<xs:enumeration value="54GB" />
<xs:enumeration value="115F" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|