Definition Type: Group
Name: customExtensionElementGroup
Namespace: http://base.google.com/ns/1.0
Containing Schema: base.xsd
Documentation:
The following wild card defines our extension mechanism. Note that while the following --> XML schema syntax is very loose, we will accept only elements with "simple content" (no sub elements). The elements can have a "optional" type attribute ("gn:elementType") associated with a value defined in the elementTypeEnumeration
Collapse XSD Schema Diagram:
XSD Diagram of customExtensionElementGroup in schema base_xsd (GoogleBase Feed)
Collapse XSD Schema Code:
<xs:group name="customExtensionElementGroup">
    <xs:annotation>
        <xs:documentation> 
      The following wild card defines our extension mechanism. Note that while the following --&gt; 
      XML schema syntax is very loose, we will accept only elements with "simple content" (no   
      sub elements).
      The elements can have a "optional" type attribute ("gn:elementType") associated with a  
      value defined in the elementTypeEnumeration 
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:any namespace="http://base.google.com/cns/1.0" processContents="lax" minOccurs="0" maxOccurs="20" />
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: 'http://base.google.com/cns/1.0' 0 20