<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:annotation> <xsd:documentation xml:lang="en-us"> Simple schema example from O'Reilly's <a href="http://www.oreilly.com/catalog/xmlnut">XML in a Nutshell.</a> Copyright 2002 O'Reilly & Associates </xsd:documentation> </xsd:annotation> <xsd:element name="fullName" type="xsd:string"> <xsd:annotation> <xsd:appinfo> <help-text>Enter the person's full fullName.</help-text> </xsd:appinfo> </xsd:annotation> </xsd:element> </xsd:schema>