Definition Type: Element
Name: Resource
Namespace: http://niem.gov/niem/appinfo/2.0
Containing Schema: appinfo.xsd
Abstract
Documentation:
The Resource element provides a method for application information to define a name within a schema, without the name being bound to a schema component. This is used by the structures schema to define names for structures:Object and structures:Association.
Collapse XSD Schema Diagram:
Drilldown into name in schema appinfo_xsdXSD Diagram of Resource in schema appinfo_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="Resource">
    <xsd:annotation>
        <xsd:documentation>The Resource element provides a method for
      application information to define a name within a schema, without the
      name being bound to a schema component. This is used by the
      structures schema to define names for structures:Object and
      structures:Association.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="name" type="xsd:NCName" use="required" />
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
name i:name Required