
23 Feb
2006
23 Feb
'06
1:12 p.m.
Lee, William wrote:
Roughly.... <xsd:complexType name="MPIApplicationType"> <xsd:complexContent> <xsd:extension base="jsdl-posix:POSIXApplication_Type"> <xsd:sequence> <xsd:element ref="ProcessorCount"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
How does that work with <xsd:any>? When I've tried that sort of thing, the results have tended to be less than satisfactory when tooled up (multiple anys in the element, etc.) Donal.