[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: v98b PartyId needs min length of 1
Looks like we need to change the schema for PartyId and add constraint for
min length of 1, as in:
<xsd:element name = "PartyId">
<xsd:complexType>
<xsd:simpleContent>
<xsd:restriction base = "xsd:string">
<xsd:minLength value = "1"/>
<xsd:attribute name = "type" type = "xsd:string"/>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
Thanks,
Scott Hinkelman, Senior Software Engineer
XML Industry Enablement
IBM e-business Standards Strategy
512-823-8097 (TL 793-8097) (Cell: 512-940-0519)
srh@us.ibm.com, Fax: 512-838-1074
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC