CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 04:43:04 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:44:52 GMT
cache-control: max-age=2592000, public
expires: Mon, 10 Nov 2025 04:43:04 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98cbb1c82d08f473
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: MISS
set-cookie: __cf_bm=1CA5Vj0uYvBjP0U0I2jEV5pt9Y8r1lA4w9WWPFLg.PU-1760157784-1.0.1.1-WZGnusRbB0u02unyXTuJzlkKa0JNkqr99Pzkrte0.md86CM2tiZ9IQQkuKuRmJHGgir7CKNP2al9AlGxtc.jiqCAa5IzYuI50I1aum2KDa4; path=/; expires=Sat, 11-Oct-25 05:13:04 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98cbb1c82d08f473-BLR
alt-svc: h3=":443"; ma=86400
XML schema extensibility : new facet ? from Cedric Thienot on 2000-10-05 (www-xml-schema-comments@w3.org from October to December 2000)
XML schema extensibility : new facet ?
- From: Cedric Thienot <cthienot@acland.fr>
- Date: Thu, 05 Oct 2000 11:41:41 +0200
- To: www-xml-schema-comments@w3.org, xmlschema-dev@w3.org
- Message-ID: <39DC4CD5.F44B7CAA@acland.fr>
Dear all, I'm currently involved in the MPEG-7 DDL definition which relies on XML Schema. We need to define a new facet for list named 'dim' which specifies a multidimensionnal matrices. It is desirable that a specific MPEG7 parser uses this new facet while keeping a certain level of interoperability with a classical XML-schema parser. At the very best, the XML Schema could simply ignore the facet. I just want to know if the best way is to use <appInfo>: <simpleType name="matrix2x2OfInteger"> <list base="integer"> <annotation><appinfo> <mpeg7:dim value="2 2"/> </appinfo></annotation> </list> </complexType> Or would it be possible to define a new facet by subtyping the xml-schema the definition of list (in the schema of the schemas), and using the substitution mechanism in order to directly add this new facet. It might seem crazy at a first glance. <simpleType name="matrix2x2OfInteger"> <mpeg7:list base="integer"> <mpeg7:dim value="2 2"/> </mpeg7:list> </simpleType> Thank you for your response. Best regards, Cedric Thienot, ExpWay, Paris
Received on Thursday, 5 October 2000 05:45:24 UTC