The required value attribute specifies the Boolean value of this entity attribute.
Source
<xs:complexType name="AttributeBoolType"><xs:annotation><xs:documentation>The AttributeBoolType defines an entity attribute of Boolean type.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="AttributeBaseType"><xs:attribute name="value" type="xs:boolean" use="required"><xs:annotation><xs:documentation>The required value attribute specifies the Boolean value of this entity attribute.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="value" type="xs:boolean" use="required"><xs:annotation><xs:documentation>The required value attribute specifies the Boolean value of this entity attribute.</xs:documentation></xs:annotation></xs:attribute>