Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type non-emptyString
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Forces a string to contain one or more characters.
Diagram
Diagram
Type restriction of xsi:string
Facets
pattern .+
Used by
Source
<xsi:simpleType name="non-emptyString">
  <xsi:annotation>
    <xsi:documentation>Forces a string to contain one or more characters.</xsi:documentation>
  </xsi:annotation>
  <xsi:restriction base="xsi:string">
    <xsi:pattern value=".+"/>
  </xsi:restriction>
</xsi:simpleType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd