Sha256: ea7add8d88c502e14db9458578e9ce1ee04fdcd2b30f6768be49342dcc5c8fe5

Contents?: true

Size: 518 Bytes

Versions: 11

Compression:

Stored size: 518 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
  <xs:simpleType name="percentType">
    <xs:restriction base="xs:decimal"/>
  </xs:simpleType>
  <xs:simpleType name="currencyType">
    <xs:restriction base="xs:decimal"/>
  </xs:simpleType>
  <xs:simpleType name="yearType">
    <xs:restriction base="xs:integer"/>
  </xs:simpleType>
  <xs:simpleType name="phoneType">
    <xs:restriction base="xs:string"/>
  </xs:simpleType>
</xs:schema>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
spectifly-0.0.11 spec/expectations/extended.xsd
spectifly-0.0.10 spec/expectations/extended.xsd
spectifly-0.0.9 spec/expectations/extended.xsd
spectifly-0.0.8 spec/expectations/extended.xsd
spectifly-0.0.7 spec/expectations/extended.xsd
spectifly-0.0.6 spec/expectations/extended.xsd
spectifly-0.0.5 spec/expectations/extended.xsd
spectifly-0.0.4 spec/expectations/extended.xsd
spectifly-0.0.3 spec/expectations/extended.xsd
spectifly-0.0.2 spec/expectations/extended.xsd
spectifly-0.0.1 spec/expectations/extended.xsd