Complex Type anyOtherType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Complex</type>
<name>anyOtherType</name>
<comment>the complex type anyOtherType defines an open content model for elements that may use elements from other namespaces.</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_core.tmp#core akomantoso30_xsd_Attribute_Group_idopt.tmp#idopt akomantoso30_xsd_Attribute_Group_linkopt.tmp#linkopt
Used by
Model ANY element from ANY namespace OTHER than 'http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17'
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
eId noWhiteSpace optional
href xsd:anyURI optional
wId noWhiteSpace optional
Source
<xsd:complexType name="anyOtherType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>anyOtherType</name>
      <comment>the complex type anyOtherType defines an open content model for elements that may use elements from other namespaces.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:choice>
    <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:choice>
  <xsd:attributeGroup ref="core"/>
  <xsd:attributeGroup ref="idopt"/>
  <xsd:attributeGroup ref="linkopt"/>
</xsd:complexType>