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:restrictionbase="ANY"> <xs:attributename="nullFlavor" type="NullFlavor" use="prohibited" /> </xs:restriction> </xs:complexContent> </xs:complexType>