<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>
|