heres the whole error I keep getting from xerces....
When is used, the base type must be a complexType whose content type is simple, or, only if restriction is specified, a complex type with mixed content and emptiable particle, or, only if extension is specified, a simple type. 'string' satisfies none of these conditions.
I thought I knew but after getting it several times I must have lost it, anyone have a good "spin" on it
I narrowed it down to this
<xs:element name="Note">
<xs:complexType>
<xs:simpleContent>
<xs:restriction base="xs:string">
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
</xs:element>
I think I've just been starring to long at the project...