<xs:element name="Role">
<xs:annotation>
<xs:documentation>
===================================== Role =====================================
An identifier of the role played by a NewsComponent within a NewsComponent
that contains it. The outermost NewsComponent within a NewsItem need not
specify a Role attribute value. The value of the FormalName attribute is a
formal name for the Role. Its meaning and permitted values are determined by
a controlled vocabulary as described in the comment to the formalname ENTITY
declaration above.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="localid" />
<xs:attributeGroup ref="formalname" />
</xs:complexType>
</xs:element>
|