Hi Team, Need to populate xml attribute three times in xml.So what changes need to be done in xsd.
S Stylish Joined Apr 22, 2020 Messages 1 Reaction score 0 Apr 22, 2020 #1 Hi Team, Need to populate xml attribute three times in xml.So what changes need to be done in xsd.
sunfighter Joined Nov 27, 2019 Messages 128 Reaction score 19 Apr 23, 2020 #2 use the min.maxOccurs ex: Code: <xs:element name="author" type="xs:string" minOccurs="1" maxOccurs="3" />
use the min.maxOccurs ex: Code: <xs:element name="author" type="xs:string" minOccurs="1" maxOccurs="3" />