cda datatypes nblock voc common

Element : ANYNonNull (XML Type: ANYNonNull )


Package : datatypes

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.


Parent : ANY


There are no specific attributes for this element.


constraint_datatypes_nonnull

  • self.nullFlavor.oclIsUndefined()
  • nullFlavor is prohibited in ANYNonNull datatypes (from the schema of datatypes)

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