xdw v3 oasis

Element : BN1 (XML Type: BN )


Summary

Package : v3

XML Type : BN

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 : ANYNonNull


Attributes
Name Type cardinality Comment
value
Attribute : value
boolean 0...1

Constraints

There are no specific rules for this element.


Schema declaration
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BN">
      
<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:extension base="ANYNonNull">
            
<xs:attribute name="value" type="bn" use="optional" />
         
</xs:extension>
      
</xs:complexContent>
   
</xs:complexType>