• Ingen resultater fundet

30.10.2009 – til høring Side 33 af 81

</xs:schema>

IndikationNavn.xsd.meta.xml

<?xml version="1.0" encoding="UTF-8"?>

<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:xsd="http://www.w3.org/2001/XMLSchema"

xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">

<Title>IndikationNavn</Title>

<DescriptionStructure>

<DescriptionDanish>Indikation for en ordination.</DescriptionDanish>

</DescriptionStructure>

</Metadata>

KodeTekst

KodeTekst.xsd

<?xml version="1.0" encoding="UTF-8"?>

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"

xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"

elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">

<xs:element name="KodeTekst" type="plo:KodeTekstType"/>

<xs:simpleType name="KodeTekstType">

<xs:restriction base="xs:string">

<xs:maxLength value="120"/>

</xs:restriction>

</xs:simpleType>

</xs:schema>

KodeTekst.xsd.meta.xml

<?xml version="1.0" encoding="UTF-8"?>

<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:xsd="http://www.w3.org/2001/XMLSchema"

xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">

<Title>KodeTekst</Title>

<DescriptionStructure>

<DescriptionDanish>Den beskrivende tekst for en kode, eksempelvis en IDC10-kode..</DescriptionDanish>

</DescriptionStructure>

</Metadata>

KommentarLinieSamling

KommentarLinieSamling.xsd

<?xml version="1.0" encoding="UTF-8"?>

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"

xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"

elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">

<xs:include schemaLocation="LinieTekst.xsd"/>

<xs:element name="KommentarLinieSamling" type="plo:KommentarLinieSamlingType"/>

<xs:complexType name="KommentarLinieSamlingType">

30.10.2009 – til høring Side 34 af 81

<xs:sequence>

<xs:element ref="plo:LinieTekst" maxOccurs="5"/>

</xs:sequence>

</xs:complexType>

</xs:schema>

KommentarLinieSamling.xsd.meta.xml

<?xml version="1.0" encoding="UTF-8"?>

<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:xsd="http://www.w3.org/2001/XMLSchema"

xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">

<Title>KommentarLinieSamling</Title>

<DescriptionStructure>

<DescriptionDanish>En sekvens af højst 5 linier med hver højst 70 tegn.</DescriptionDanish>

</DescriptionStructure>

</Metadata>

KommuneKode

KommuneKode.xsd

<?xml version="1.0" encoding="UTF-8"?>

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"

xmlns:plo="urn:oio:medcom:plo:2009.12.31"

xmlns:cpr="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/"

targetNamespace="urn:oio:medcom:plo:2009.12.31" elementFormDefault="qualified"

attributeFormDefault="unqualified" version="1.0" xml:lang="DA">

<xs:import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/"

schemaLocation="http://digitaliser.dk/resource/1042/artefact/CPR_AuthorityCode.xsd" />

<xs:element name="KommuneKode" type="cpr:AuthorityCodeType" />

</xs:schema>

KommuneKode.xsd.meta.xml

<?xml version="1.0" encoding="UTF-8"?>

<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:xsd="http://www.w3.org/2001/XMLSchema"

xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">

<Title>KommuneKode</Title>

<DescriptionStructure>

<DescriptionDanish>Kode for kommune.</DescriptionDanish>

</DescriptionStructure>

</Metadata>

KompleksTekstType

KompleksTekstType.xsd

<?xml version="1.0" encoding="UTF-8"?>

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"

targetNamespace="http://schemas.openxmlformats.org/wordprocessingml/2006/main"

xmlns="http://schemas.openxmlformats.org/wordprocessingml/2006/main" elementFormDefault="qualified"

30.10.2009 – til høring Side 35 af 81

attributeFormDefault="qualified">

<xs:complexType name="KompleksTekstType">

<xs:sequence>

<xs:group ref="blockLevelElts" minOccurs="0" maxOccurs="unbounded"/>

</xs:sequence>

</xs:complexType>

<xs:group name="blockLevelElts">

<xs:choice>

<xs:group ref="blockLevelChunkElts"/>

</xs:choice>

</xs:group>

<xs:group name="blockLevelChunkElts">

<xs:choice>

<xs:element name="p" type="pElt" minOccurs="0" maxOccurs="unbounded"/>

</xs:choice>

</xs:group>

<xs:complexType name="pElt">

<xs:sequence>

<xs:choice minOccurs="0" maxOccurs="unbounded">

<xs:element name="r" type="rElt"/>

<xs:element name="fldSimple" type="simpleFieldType" minOccurs="0"

maxOccurs="unbounded"/>

<xs:element name="hlink" type="hLinkType"/>

</xs:choice>

</xs:sequence>

</xs:complexType>

<xs:complexType name="rElt">

<xs:sequence>

<xs:element name="rPr" type="rPrElt" minOccurs="0"/>

<xs:choice maxOccurs="unbounded">

<xs:element name="t" type="stringType"/>

<xs:element name="cr" type="emptyElt" minOccurs="0">

<xs:annotation>

<xs:documentation>Specifies that this paragraph mark isn't a paragraph mark -- it's just a carriage return in the paragraph.</xs:documentation>

</xs:annotation>

</xs:element>

</xs:choice>

</xs:sequence>

</xs:complexType>

<xs:complexType name="rPrElt">

<xs:choice maxOccurs="unbounded">

<xs:element name="b" type="onOffProperty" minOccurs="0"/>

<xs:element name="i" type="onOffProperty" minOccurs="0"/>

<xs:element name="u" type="underlineProperty" minOccurs="0"/>

</xs:choice>

</xs:complexType>

<xs:simpleType name="onOffType">

<xs:restriction base="xs:string">

<xs:enumeration value="on"/>

<xs:enumeration value="off"/>

</xs:restriction>