Originally posted by: john.gibby
If I change the base from "number" to "positiveInteger", it imports correctly. I just don't know enough about schemas to say what could be wrong. Googling it I found one example from w3.org that is copied at various sites, but that was it. Here is the example:
code<xs:simpleType name="farenheitWaterTemp">
<xs:restriction base="xs:number">
<xs:fractionDigits value="2"/>
<xs:minExclusive value="0.00"/>
<xs:maxExclusive value="100.00"/>
</xs:restriction>
</xs:simpleType>[/code]
I tried this and it didn't import either. Interestingly, where I found this at
http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/ there is the following:
NOTE: This section consists of a combination of non-normative versions of normative material from
XML Schemas: Datatypes, for local cross-reference purposes, and normative material relating to the interface between schema components defined in this specification and the simple type definition component.
I don't know what this really means, so I am still lost.
Thanks for your help.
John
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender