propelorm/Propel2

View on GitHub
resources/xsd/custom_datatypes.xsd

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="ISO-8859-1" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">

    <xs:simpleType name='custom_datatypes'>
        <xs:restriction base='xs:string'>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>