Definition Type Element
Name Resource
Abstract False
Documentation
================================== Resource ====================================
An indication where a given resource can be found, and whether it is to be used
as the default vocabulary for certain formal names within the current subtree
of a NewsML document. The Urn attribute provides a NewsML URN for the res
urce.
THe Url attribute(s) provide(s) a location or locations where the resource may
be found. The DefaultVocabularyFor element contains an XPath pattern. The
identified resource acts as default vocabulary for any element within the
subtree whose root is the parent of the current Catalog, that matches this XPath
pattern.
================================================================================

      
XSD Schema .\NewsML_1.2.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="Resource" >
  <xs:annotation>
    <xs:documentation>
================================== Resource ====================================
An indication where a given resource can be found, and whether it is to be used
as the default vocabulary for certain formal names within the current subtree
of a NewsML document. The Urn attribute provides a NewsML URN for the res
urce.
THe Url attribute(s) provide(s) a location or locations where the resource may
be found. The DefaultVocabularyFor element contains an XPath pattern. The
identified resource acts as default vocabulary for any element within the
subtree whose root is the parent of the current Catalog, that matches this XPath
pattern.
================================================================================

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

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="Urn"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="Url"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="DefaultVocabularyFor"/>
    </xs:sequence>

    <xs:attributeGroup ref="localid"/>
  </xs:complexType>

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