Sample Illegal Schemas


<xs:sequence> <xs:element name="first" type="xs:string" /> <xs:element name="last" type="xs:string" minOccurs="0"/> <xs:any namespace="##any"/> </xs:sequence> <xs:sequence> <xs:element name="first" type="xs:string" /> <xs:element ref="otherns:foo" minOccurs="0"/> <xs:any namespace="##other"/> </xs:sequence>