Definition Type: ComplexType
Name: EntityItemTrainIdentifierType
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#ios
Type: oval-sc:EntityItemStringType
Containing Schema: ios-system-characteristics-schema.xsd
Abstract
Documentation:
The EntityTrainIdentifierType restricts a string value to a specific set of values that describe the different types of trains in a Cisco IOS release. The empty string is also allowed to support empty emlement associated with error conditions.
Collapse XSD Schema Diagram:
Drilldown into status in schema oval-system-characteristics-schema_xsd Drilldown into mask in schema oval-system-characteristics-schema_xsd Drilldown into datatype in schema oval-system-characteristics-schema_xsdXSD Diagram of EntityItemTrainIdentifierType in schema ios-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="EntityItemTrainIdentifierType">
    <xsd:annotation>
        <xsd:documentation>The EntityTrainIdentifierType restricts a string value to a specific set of values that describe the different types of trains in a Cisco IOS release. The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="oval-sc:EntityItemStringType">
            <xsd:enumeration value="mainline" />
            <xsd:enumeration value="T" />
            <xsd:enumeration value="S" />
            <xsd:enumeration value="E" />
            <xsd:enumeration value="B" />
            <xsd:enumeration value="" />
        </xsd:restriction>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
datatype oval-sc:datatype string Optional
mask oval-sc:mask false Optional
status oval-sc:status exists Optional
Collapse Facets:
Facet Value
Enumeration mainline
Enumeration T
Enumeration S
Enumeration E
Enumeration B
Enumeration
Collapse Derivation Tree:
Collapse References:
ios-sc:train_identifier