Definition Type: SimpleType
Name: NonEmptyStringType
Namespace: http://oval.mitre.org/XMLSchema/oval-common-5
Containing Schema: oval-common-schema.xsd
Documentation:
The NonEmptyStringType simple type is a restriction of the built-in string simpleType. Empty strings are not allowed. This type is used by comment attributes where an empty value is not allowed.
Collapse XSD Schema Diagram:
XSD Diagram of NonEmptyStringType in schema oval-common-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:simpleType name="NonEmptyStringType">
    <xsd:annotation>
        <xsd:documentation>The NonEmptyStringType simple type is a restriction of the built-in string simpleType. Empty strings are not allowed. This type is used by comment attributes where an empty value is not allowed.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:minLength value="1" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MinLength 1
Collapse Derivation Tree:
Collapse References:
oval-def:comment, oval-def:comment, oval-def:comment, oval-def:comment, oval-def:comment, oval-def:comment, oval-def:comment