xsd - Allow variable element attributes in xml schema -
how element complextype if want have variable attribute names, count , values ?
<mtd:attributes icon="remove" security="d" variable1="f" variable2="d"/>
i tried :
<xsd:element name="attributes"> <xsd:complextype> <xsd:anyattribute/> </xsd:complextype> </xsd:element>
but doesn't it.
i made :
<xsd:anyattribute processcontents="skip"/>
xml xsd
No comments:
Post a Comment