xdw v3 oasis

Element : ANYNonNull (XML Type: ANYNonNull )


Summary

Package : v3

XML Type : ANYNonNull

Comments : The BooleanNonNull type is used where a Boolean cannot have a null value. A Boolean value can be either true or false.


Generalization

Parent : ANY


Attributes

There are no specific attributes for this element.


Constraints

There are no specific rules for this element.


Schema declaration
<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>