Definition Type: Element
Name: Deprecated
Namespace: http://niem.gov/niem/appinfo/2.0
Containing Schema: appinfo.xsd
Abstract
Documentation:
The Deprecated element provides a method for identifying components as being deprecated. A deprecated component is one which is provided, but whose use is not recommended.
Collapse XSD Schema Diagram:
Drilldown into value in schema appinfo_xsdXSD Diagram of Deprecated in schema appinfo_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="Deprecated">
    <xsd:annotation>
        <xsd:documentation>The Deprecated element provides a method for
      identifying components as being deprecated. A deprecated component is
      one which is provided, but whose use is not
      recommended.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="value" use="required">
            <xsd:simpleType>
                <xsd:restriction base="xsd:boolean">
                    <xsd:pattern value="true" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
value i:value Required