Definition Type Element
Name FormalName
Type string
Abstract False
Documentation
================================= FormalName ===================================
A string of characters whose meaning is determined by a naming scheme within a
controlled vocabulary. The controlled vocabulary may (but is not required to)
take the form of a NewsML TopicSet. The optional Scheme attribute determines
which naming scheme applies, when several exist within the same controlled
vocabulary.
================================================================================

      
XSD Schema .\NewsML_1.2.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="FormalName" >
  <xs:annotation>
    <xs:documentation>
================================= FormalName ===================================
A string of characters whose meaning is determined by a naming scheme within a
controlled vocabulary. The controlled vocabulary may (but is not required to)
take the form of a NewsML TopicSet. The optional Scheme attribute determines
which naming scheme applies, when several exist within the same controlled
vocabulary.
================================================================================

      
</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attributeGroup ref="localid"/>
        <xs:attribute name="Scheme" type="xs:string"/>
      </xs:extension>

    </xs:simpleContent>

  </xs:complexType>

</xs:element>
Child Attributes
Name Type Default Value Use
Derivation Tree
[No Sub Types]
FormalName
    FormalName
References
FormalName
Generated using Liquid XML Studio by Liquid Technologies Ltd