Given the following type definition:

<xsd:complexType name="anyType1">
        <xsd:sequence>
                <xsd:element name="name1" type="xsd:string"/>
                <xsd:any namespace="##any"  processContents="lax"
minOccurs="0"                   maxOccurs="unbounded"/>
        </xsd:sequence>
        <xsd:attribute name="anyURI1" type="xsd:anyURI" use="optional"/>
        <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>

How is the anyAttribute represented in the PSVI classes, and how do you
get the object representing it from the attribute use list?

Thanks,

Elisha Berns
[EMAIL PROTECTED]
tel. (310) 556 - 8332
fax (310) 556 - 2839




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to