NegatableCodeType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
negated BooleanType optional

Used By

Source

<xs:complexType name="NegatableCodeType">
  <xs:complexContent>
    <xs:extension base="CodeType">
      <xs:attribute ref="negated"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>