
resources.schema.PersonSchema.xml Maven / Gradle / Ivy
<?xml version="1.0"?> <schema xmlns="http://www.w3.org/2000/10/XMLSchema"> <!-- XSchema definition for Person --> <element name="Person"> <complexType> <attribute name="gender" use="optional"> <simpleType> <restriction base="string"> <enumeration value="male"/> <enumeration value="female"/> </restriction> </simpleType> </attribute> </complexType> </element> </schema>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy