diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
commit | 940b4d1848e8c70ab7642901a68594e8016caffc (patch) | |
tree | eb72f344ee6c3d9b80a7ecc079ea79e9fba8676d /sfx2/classification/xlink-2003-12-31.xsd | |
parent | Initial commit. (diff) | |
download | libreoffice-upstream.tar.xz libreoffice-upstream.zip |
Adding upstream version 1:7.0.4.upstream/1%7.0.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | sfx2/classification/xlink-2003-12-31.xsd | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/sfx2/classification/xlink-2003-12-31.xsd b/sfx2/classification/xlink-2003-12-31.xsd new file mode 100644 index 000000000..bfe7a792e --- /dev/null +++ b/sfx2/classification/xlink-2003-12-31.xsd @@ -0,0 +1,89 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- (c) XBRL International. See www.xbrl.org/legal + XLink attribute specification - produced by xBRL group in December 2006 + Thanks to xBRL for giving OASIS CIQ TC permission to use this specification +--> +<schema xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/1999/xlink" elementFormDefault="qualified" attributeFormDefault="qualified"> + <annotation> + <documentation> + XLink attribute specification + </documentation> + </annotation> + <attribute name="type"> + <simpleType> + <annotation> + <documentation> + Enumeration of values for the type attribute + </documentation> + </annotation> + <restriction base="string"> + <enumeration value="simple"/> + <enumeration value="extended"/> + <enumeration value="locator"/> + <enumeration value="arc"/> + <enumeration value="resource"/> + <enumeration value="title"/> + </restriction> + </simpleType> + </attribute> + <attribute name="role"> + <simpleType> + <annotation> + <documentation> + A URI with a minimum length of 1 character. + </documentation> + </annotation> + <restriction base="anyURI"> + <minLength value="1"/> + </restriction> + </simpleType> + </attribute> + <attribute name="arcrole"> + <simpleType> + <annotation> + <documentation> + A URI with a minimum length of 1 character. + </documentation> + </annotation> + <restriction base="anyURI"> + <minLength value="1"/> + </restriction> + </simpleType> + </attribute> + <attribute name="title" type="string"/> + <attribute name="show"> + <simpleType> + <annotation> + <documentation> + Enumeration of values for the show attribute + </documentation> + </annotation> + <restriction base="string"> + <enumeration value="new"/> + <enumeration value="replace"/> + <enumeration value="embed"/> + <enumeration value="other"/> + <enumeration value="none"/> + </restriction> + </simpleType> + </attribute> + <attribute name="actuate"> + <simpleType> + <annotation> + <documentation> + Enumeration of values for the actuate attribute + </documentation> + </annotation> + <restriction base="string"> + <enumeration value="onLoad"/> + <enumeration value="onRequest"/> + <enumeration value="other"/> + <enumeration value="none"/> + </restriction> + </simpleType> + </attribute> + <attribute name="label" type="NCName"/> + <attribute name="from" type="NCName"/> + <attribute name="to" type="NCName"/> + <attribute name="href" type="anyURI"/> +</schema> |