<xs:group name="customExtensionElementGroup">
<xs:annotation>
<xs: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
</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>
|