Showing:

Diagrams
Facets
Source
Simple Type emptyFloat
Namespace http://4psa.com/Common.xsd/5.2.5
Diagram
Diagram
Type restriction of xs:string
Facets
pattern ([0-9]+)\.([0-9]+)?
Source
<xs:simpleType name="emptyFloat">
  <xs:restriction base="xs:string">
    <xs:pattern value="([0-9]+)\.([0-9]+)?"/>
  </xs:restriction>
</xs:simpleType>