Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: XML validation XML validationTo: NULL Date: 2/3/2006 9:02:00 AM I am trying to compare the xml to an xsd. The following part is not
passing. Does not like the FaxAreaCode????
<OtherInfo>
<BCSInvestigatorFName>xxxxxxx</BCSInvestigatorFName>
<BCSInvestigatorLName>xxxxxxxx</BCSInvestigatorLName>
<NbrOfTimeSend>1</NbrOfTimeSend>
<NbrOfTimeFaxed>0</NbrOfTimeFaxed>
<PUCFax FaxAreaCode="717">1111111</PUCFax>
</OtherInfo>
<xs:element name="OtherInfo" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="BCSInvestigatorFName" type="xs:string"
minOccurs="0"/>
<xs:element name="BCSInvestigatorLName" type="xs:string"/>
<xs:element name="NbrOfTimeSend" type="xs:decimal"/>
<xs:element name="NbrOfTimeFaxed" type="xs:decimal"/>
<xs:element name="PUCFax" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="FaxAreaCode" type="xs:decimal"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
