Element | ARTICLE_DETAILS |
<xsd:element name="BUYER_AID"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="typeBUYER_AID"> <xsd:attribute name="type" use="required"> <xsd:simpleType> <xsd:restriction base="dtSTRING"> <xsd:maxLength value="50"/> <xsd:minLength value="1"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |