CARVIEW |
Select Language
HTTP/2 301
date: Thu, 09 Oct 2025 19:08:26 GMT
content-type: text/html; charset=ISO-8859-1
location: https://lists.w3.org/Archives/Public/public-xsd-databinding/2006Jun/0015.html
cf-ray: 98c02aa46de47679-BLR
cache-control: max-age=21600
expires: Thu, 09 Oct 2025 23:02:43 GMT
x-backend: www-mirrors
x-request-id: 98bf727e3c2a8de9
strict-transport-security: max-age=15552000; includeSubdomains; preload
content-security-policy: frame-ancestors 'self' https://cms.w3.org/ https://cms-dev.w3.org/; upgrade-insecure-requests
cf-cache-status: HIT
set-cookie: __cf_bm=XC1DDEMcmZSbBI90etkU0RZUexuXFE8AWzwQAF0SGog-1760036906-1.0.1.1-ih591T82wv7.CZm1rtRh45eNRrkQg89TEsZ62QpP58LUkWWE_O1KAvPQ3g6EDphcKMYzqvVzu4290J80X03Urs301FBa2j.jxPVkQGqnfKk; path=/; expires=Thu, 09-Oct-25 19:38:26 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
vary: Accept-Encoding
server: cloudflare
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Thu, 09 Oct 2025 19:08:26 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 18:33:33 GMT
cache-control: max-age=2592000, public
expires: Sat, 08 Nov 2025 17:02:43 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98bf72824ae434c9
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: HIT
server: cloudflare
cf-ray: 98c02aa94aa0e084-BLR
alt-svc: h3=":443"; ma=86400
ISSUE-64: union of simple types from Databinding Issue Tracker on 2006-06-14 (public-xsd-databinding@w3.org from June 2006)
ISSUE-64: union of simple types
- From: Databinding Issue Tracker <dean+cgi@w3.org>
- Date: Wed, 14 Jun 2006 17:24:38 +0000 (UTC)
- To: public-xsd-databinding@w3.org
- Message-Id: <20060614172438.363A9DAF01@w3c4-bis.w3.org>
ISSUE-64: union of simple types https://www.w3.org/2005/06/tracker/databinding/issues/64 Raised by: Jonathan Calladine On product: Advanced ACTION-46 was to raise a new issue for the slightly different pattern for xs:union operating on simple types. The schema fragment is: <xs:simpleType name="UnionOfSimpleTypesType"> <xs:union> <xs:simpleType> <xs:restriction base="xs:string"></xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:date"></xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> <xs:element name="elementUnionSimpleTypesMeeting" type="ex:UnionOfSimpleTypesType"/> with valid instance data: <ex:elementUnionSimpleTypesMeeting>Monday Night </ex:elementUnionSimpleTypesMeeting> and <ex:elementUnionSimpleTypesMeeting>2006-06-06 </ex:elementUnionSimpleTypesMeeting> In ready to use format this is: <div2 id="pattern-UnionSimpleTypes" class="pattern"><head>Union of SimpleTypes</head> <glist> <label>URI</label> <def><eg class="URI">https://www.w3.org/2002/ws/databinding/patterns/6/05/UnionSimpleType s</eg></def> <label>Definition</label> <def>-</def> <label>Examples</label> <def> <example id="eg-element-UnionSimpleTypes-meeting"> <head>Union of Simple Types</head> <glist> <def><eg xml:space="preserve" class="schemaexample"><! [CDATA[ <xs:simpleType name="UnionOfSimpleTypesType"> <xs:union> <xs:simpleType> <xs:restriction base="xs:string"></xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:date"></xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> <xs:element name="elementUnionSimpleTypesMeeting" type="ex:UnionOfSimpleTypesType"/> ]]> </eg></def> <label>Instance:</label> <def><eg xml:space="preserve" class="instanceexample"><! [CDATA[ <ex:elementUnionSimpleTypesMeeting>Monday Night </ex:elementUnionSimpleTypesMeeting> ]]></eg></def> <label>Instance:</label> <def><eg xml:space="preserve" class="instanceexample"><! [CDATA[ <ex:elementUnionSimpleTypesMeeting>2006-06-06 </ex:elementUnionSimpleTypesMeeting> ]]></eg></def> </glist> </example> </def> </glist> </div2>
Received on Wednesday, 14 June 2006 17:24:41 UTC