Value 'unbounded' is not allowed for attribute 'maxOccurs'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jlauman
    New Member
    • Feb 2007
    • 4

    Value 'unbounded' is not allowed for attribute 'maxOccurs'

    I'm getting an error on line 6 of the code shown below. The error is: Value 'unbounded' is not allowed for attribute 'maxOccurs'

    I'd appreciate any help in resolving this.

    Thanks,

    Jack

    <-- SNIP -->

    attributeFormDe fault="qualifie d" elementFormDefa ult="qualified" >
    <xs:element name="Listings" >
    <xs:complexType >
    <xs:all>
    <xs:element name="BusinessO pportunity" id="BUSO"
    maxOccurs="unbo unded" minOccurs="0">
    <xs:complexType >
    <xs:sequence>
    <xs:element name="MLS" type="mstns:Str ing8"
    minOccurs="0" maxOccurs="1" />
    <xs:element name="LN"
    type="xs:nonNeg ativeInteger" minOccurs="0" maxOccurs="1" />
    <xs:element name="PTYP" type="mstns:Str ing4"
    minOccurs="0" maxOccurs="1" />
    <xs:element name="LAG"
    type="xs:nonNeg ativeInteger" minOccurs="0" maxOccurs="1" />
    <xs:element name="ST" type="mstns:Str ing1"
    minOccurs="0" maxOccurs="1" />
    <xs:element name="LP" type="xs:decima l"
    minOccurs="0" maxOccurs="1" />

    <-- SNIP -->
    Reply
    Reply
  • jlauman
    New Member
    • Feb 2007
    • 4

    #2
    Never mind... it's resolved

    Comment

    Working...