Archives

Archives / 2008 / January
  • Useful simple type for Global Unique Identifier

    Tags: XSD, XML

    Keep having to use this in schemas - so thought I would put this here.. This type will verify a global unqiue identifier:

    <xs:simpleType name="GUID">

    <xs:annotation> … more