Definition Type: Element
Name: ReferenceTarget
Namespace: http://niem.gov/niem/appinfo/2.0
Containing Schema: appinfo.xsd
Abstract
Documentation:
The ReferenceTarget element indicates a NIEM type which may be a target (that is, a destination) of a NIEM reference element. It may be used in combinations to indicate a set of valid types.
Collapse XSD Schema Diagram:
Drilldown into namespace in schema appinfo_xsd Drilldown into name in schema appinfo_xsdXSD Diagram of ReferenceTarget in schema appinfo_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="ReferenceTarget">
    <xsd:annotation>
        <xsd:documentation>The ReferenceTarget element indicates a NIEM type
      which may be a target (that is, a destination) of a NIEM reference
      element. It may be used in combinations to indicate a set of valid
      types.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="name" type="xsd:NCName" use="required" />
        <xsd:attribute name="namespace" type="xsd:anyURI" use="optional" />
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
name i:name Required
namespace i:namespace Optional