Definition Type: Element
Name: AppliesTo
Namespace: http://niem.gov/niem/appinfo/2.0
Containing Schema: appinfo.xsd
Abstract
Documentation:
The AppliesTo element is used in two ways. First, it indicates the set of types to which a metadata type may be applied. Second, it indicates the set of types to which an augmentation element may be applied.
Collapse XSD Schema Diagram:
Drilldown into namespace in schema appinfo_xsd Drilldown into name in schema appinfo_xsdXSD Diagram of AppliesTo in schema appinfo_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="AppliesTo">
    <xsd:annotation>
        <xsd:documentation>The AppliesTo element is used in two ways. First,
      it indicates the set of types to which a metadata type may be
      applied. Second, it indicates the set of types to which an
      augmentation element may be applied.</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