Definition Type: Element
Name: LabelType
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
================================= LabelType ==================================== A user-defined type of label. The value of the FormalName attribute is a formal name for the LabelType. Its meaning and permitted values are determined by a controlled vocabulary as described in the comment to the formalname ENTITY declaration above. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Scheme in schema newsml_1_2_xsd Drilldown into Vocabulary in schema newsml_1_2_xsd Drilldown into FormalName in schema newsml_1_2_xsd Drilldown into formalname in schema newsml_1_2_xsd Drilldown into Euid in schema newsml_1_2_xsd Drilldown into Duid in schema newsml_1_2_xsd Drilldown into localid in schema newsml_1_2_xsdXSD Diagram of LabelType in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="LabelType">
    <xs:annotation>
        <xs:documentation> 
================================= LabelType ====================================
A user-defined type of label. The value of the FormalName attribute is a formal
name for the LabelType. 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>
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
FormalName FormalName Required
Vocabulary Vocabulary (Optional)
Scheme Scheme (Optional)