Complex Type booleanValueType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Complex</type>
<name>booleanValueType</name>
<comment>The type booleanValueType specifies a boolean value attribute to FRBR elements.</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_core.tmp#core akomantoso30_xsd_Attribute_Group_idopt.tmp#idopt akomantoso30_xsd_Complex_Type_metaopt.tmp#metaopt akomantoso30_xsd_Attribute_Group_booleanvalue.tmp#booleanvalue
Type extension of metaopt
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
eId noWhiteSpace optional
value xsd:boolean required
wId noWhiteSpace optional
Source
<xsd:complexType name="booleanValueType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>booleanValueType</name>
      <comment>The type booleanValueType specifies a boolean value attribute to FRBR elements.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="metaopt">
      <xsd:attributeGroup ref="booleanvalue"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>