- From: Chandrasekhar A <chandrashekarrvt@gmail.com>
- Date: Thu, 19 Jan 2006 12:11:07 +0530
- To: xmlschema-dev@w3.org
Hello All,
I have a small doubt in XML schema,
Is it possible to specify sequence in attribute group. Like
<xs:attributeGroup name="NEDAttributes">
<xs:sequence>
<xs:attribute name="NodeName" type="NodeName"/>
<xs:attribute name="NodeOID" type="NodeOID"/>
<xs:attribute name="NodeOID" type="NodeOID"/>
<xs:attribute name="NodeType" type="NodeType"/>
<xs:attribute name="NodeType" type="NodeType"/>
</xs:sequence>
</xs:attributeGroup>
How to achieve this, Please can any one help me.
Thanks and Regards,
Chandu
Received on Thursday, 19 January 2006 06:41:12 UTC