docGenerationInstructionType

List of instructions to process sections (allow|deny|require)

Simple Type Information

Used By

Source

<xs:simpleType name="docGenerationInstructionType">
  <xs:annotation>
    <xs:documentation>List of instructions to process sections (allow|deny|require)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="require"/>
    <xs:enumeration value="allow"/>
    <xs:enumeration value="deny"/>
  </xs:restriction>
</xs:simpleType>