<xs:complexType
xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ANYNonNull">
<xs:annotation>
<xs:documentation>
The BooleanNonNull type is used where a Boolean cannot
have a null value. A Boolean value can be either
true or false.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="ANY">
<xs:attribute name="nullFlavor" type="NullFlavor" use="prohibited" />
</xs:restriction>
</xs:complexContent>
</xs:complexType>