Definition Type: SimpleType
Name: EmptyStringType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
Documentation:
The base typ for an empty string
Collapse XSD Schema Diagram:
XSD Diagram of EmptyStringType in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
Collapse XSD Schema Code:
<xs:simpleType name="EmptyStringType">
    <xs:annotation>
        <xs:documentation> The base typ for an empty string</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:length value="0" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Length 0