<xs:element name="Xref">
<xs:complexType>
<xs:attribute name="Protocol" type="xs:string" use="optional" />
<xs:attribute name="name" type="xs:string" use="optional" />
<xs:attribute name="Tag" type="xs:positiveInteger" use="optional" />
<xs:attribute name="MsgID" type="xs:positiveInteger" use="optional" />
<xs:attribute name="Type" type="xs:string" use="optional" />
<xs:attribute name="ComponentType" type="xs:string" use="optional" />
<xs:attribute name="AbbrName" type="xs:string" use="optional" />
<xs:attribute name="Section" type="xs:string" use="optional" />
<xs:attribute name="Category" type="xs:string" use="optional" />
<xs:attribute name="CategoryAbbrName" type="xs:string" use="optional" />
<xs:attribute name="UsesEnumsFromTag" type="xs:string" use="optional" />
</xs:complexType>
</xs:element>
|