Schema orghierarchysimple.xsd


schema location ..\..\orghierarchysimple.xsd
attributeFormDefault unqualified
elementFormDefault qualified
 
Elements  Complex types 
Organizations  AdditionalIdsType 
IdCodeNameType 
OrganizationHierarchySimpleType 
OrganizationPropertiesSimpleType 


schema location ..\..\Include\PeriodicBasicTypes.xsd
attributeFormDefault unqualified
elementFormDefault qualified
 
Complex types 
PerFixCodeTextCommentType 
PerFixCodeTextType 
PerFixCodeType 
PerFixDTCodeTextCommentType 
PerFixDTCodeTextType 
PerFixDTCodeType 
PerFixDTTextCommentType 
PerFixTextCommentType 
PerVarCodeTextCommentType 
PerVarCodeTextType 
PerVarCodeType 
PerVarDTCodeTextCommentType 
PerVarDTCodeTextType 
PerVarDTCodeType 
PerVarDTTextCommentType 
PerVarTextCommentType 
ValidPeriodDateTimeType 
ValidPeriodDateType 


element Organizations
diagram OrghierarchySimple_p1.png
properties
content complex
children Organization
annotation
documentation
Organizational hiarchy of medical, care and other units on a hospital. Together with properties, addresses and other relevant information (simple type)
source <xs:element name="Organizations">
 
<xs:annotation>
   
<xs:documentation>Organizational hiarchy of medical, care and other units on a hospital. Together with properties, addresses and other relevant information (simple type)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Organization" type="OrganizationHierarchySimpleType" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Organizations/Organization
diagram OrghierarchySimple_p2.png
type OrganizationHierarchySimpleType
properties
minOcc 1
maxOcc unbounded
content complex
children Id TypeOfId AdditionalIds ShortNameId Name AccessLevel VirtualUnit ValidPeriod Type Properties SubsidiaryOrganization OfficialId SectionCode Clinic Location LastChangedDate
source <xs:element name="Organization" type="OrganizationHierarchySimpleType" maxOccurs="unbounded"/>

complexType AdditionalIdsType
diagram OrghierarchySimple_p3.png
children AdditionalId
used by
element OrganizationHierarchySimpleType/AdditionalIds
annotation
documentation
Type for listing additional ids
source <xs:complexType name="AdditionalIdsType">
 
<xs:annotation>
   
<xs:documentation>Type for listing additional ids</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="AdditionalId" maxOccurs="unbounded">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Id" type="xs:string"/>
         
<xs:element name="Type" type="xs:string"/>
         
<xs:element name="Description" type="xs:string" minOccurs="0"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AdditionalIdsType/AdditionalId
diagram OrghierarchySimple_p4.png
properties
minOcc 1
maxOcc unbounded
content complex
children Id Type Description
source <xs:element name="AdditionalId" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Id" type="xs:string"/>
     
<xs:element name="Type" type="xs:string"/>
     
<xs:element name="Description" type="xs:string" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element AdditionalIdsType/AdditionalId/Id
diagram OrghierarchySimple_p5.png
type xs:string
properties
content simple
source <xs:element name="Id" type="xs:string"/>

element AdditionalIdsType/AdditionalId/Type
diagram OrghierarchySimple_p6.png
type xs:string
properties
content simple
source <xs:element name="Type" type="xs:string"/>

element AdditionalIdsType/AdditionalId/Description
diagram OrghierarchySimple_p7.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Description" type="xs:string" minOccurs="0"/>

complexType IdCodeNameType
diagram OrghierarchySimple_p8.png
children Id TypeOfId Code Name
used by
elements OrganizationHierarchySimpleType/Clinic OrganizationHierarchySimpleType/Location
annotation
documentation
Type for Id, TypeOfId, Code and Name
source <xs:complexType name="IdCodeNameType">
 
<xs:annotation>
   
<xs:documentation>Type for Id, TypeOfId, Code and Name</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Id" type="xs:string"/>
   
<xs:element name="TypeOfId" type="xs:string" minOccurs="0"/>
   
<xs:element name="Code" type="xs:string" minOccurs="0"/>
   
<xs:element name="Name" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element IdCodeNameType/Id
diagram OrghierarchySimple_p9.png
type xs:string
properties
content simple
source <xs:element name="Id" type="xs:string"/>

element IdCodeNameType/TypeOfId
diagram OrghierarchySimple_p10.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="TypeOfId" type="xs:string" minOccurs="0"/>

element IdCodeNameType/Code
diagram OrghierarchySimple_p11.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Code" type="xs:string" minOccurs="0"/>

element IdCodeNameType/Name
diagram OrghierarchySimple_p12.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Name" type="xs:string" minOccurs="0"/>

complexType OrganizationHierarchySimpleType
diagram OrghierarchySimple_p13.png
children Id TypeOfId AdditionalIds ShortNameId Name AccessLevel VirtualUnit ValidPeriod Type Properties SubsidiaryOrganization OfficialId SectionCode Clinic Location LastChangedDate
used by
elements Organizations/Organization OrganizationHierarchySimpleType/SubsidiaryOrganization
annotation
documentation
Type for the organizational hierarchy with  properties (simple type)
source <xs:complexType name="OrganizationHierarchySimpleType">
 
<xs:annotation>
   
<xs:documentation>Type for the organizational hierarchy with  properties (simple type)</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Id" type="xs:int"/>
   
<xs:element name="TypeOfId" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Description/Type of Id
LIN = Local Institution Id
LAV= Local Department Id
LEN = Local Unit Id
LSE = Local Section Id
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AdditionalIds" type="AdditionalIdsType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Additional ids for the unit.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ShortNameId" type="xs:string"/>
   
<xs:element name="Name" type="xs:string"/>
   
<xs:element name="AccessLevel" type="xs:short" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Users AccessLevel to this unit</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="VirtualUnit" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>True if this unit is a virtuel organization unit.
I.e. it does not belong to any unit, but it consists of other units (which  does not belong to this virtual unit) Virtuel units is not a part of the formal hierarchical tree.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateType"/>
   
<xs:element name="Type" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Type of unit .............................. HIS90: Department type or Unit Type.
Valid types for HIS90:
I - sengepost
P -  poliklinikk
A - administrasjon
R - røntgen
M - mottakelse
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Properties" minOccurs="0">
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="OrganizationPropertiesSimpleType">
           
<xs:sequence>
             
<xs:element name="OrgProperty" minOccurs="0" maxOccurs="unbounded">
               
<xs:complexType>
                 
<xs:sequence>
                   
<xs:element name="Code" type="xs:string">
                     
<xs:annotation>
                       
<xs:documentation>Propertytypes as defind for the PAS systems

HIS90:
PESC - extra security/sensitive unit
PPSYC - Psychiatriy
PWOMD - Womens Department
PLTTR - (Long Time Treatement)
PPBFU - Productivity Based Funding
</xs:documentation>
                     
</xs:annotation>
                   
</xs:element>
                   
<xs:element name="Text" type="xs:string" minOccurs="0">
                     
<xs:annotation>
                       
<xs:documentation>Property description.</xs:documentation>
                     
</xs:annotation>
                   
</xs:element>
                   
<xs:element name="OrgPropertyValidPeriod" minOccurs="0" maxOccurs="unbounded">
                     
<xs:annotation>
                       
<xs:documentation>Valid periode or periods for the property</xs:documentation>
                     
</xs:annotation>
                     
<xs:complexType>
                       
<xs:sequence>
                         
<xs:element name="ValidFrom" type="xs:dateTime"/>
                         
<xs:element name="ValidTo" type="xs:dateTime" minOccurs="0"/>
                       
</xs:sequence>
                     
</xs:complexType>
                   
</xs:element>
                 
</xs:sequence>
               
</xs:complexType>
             
</xs:element>
           
</xs:sequence>
         
</xs:extension>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="SubsidiaryOrganization" type="OrganizationHierarchySimpleType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="OfficialId" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>HIS90 only. Unique  id</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SectionCode" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Section code for grouping units togheter

HIS90: Internal code for which section the care unit partisipates in
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Clinic" type="IdCodeNameType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The clinic the unit belongs to logigally. Used in multihospitals solutions to define units to same clinic/department.

HIS90:
PaqUnit.Clinic
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Location" type="IdCodeNameType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Location. The hospital where the unit is loacted.

HIS90:
PaqUnte.Hosp_Loaction
ShortName for institution, e.g TR, MO, etc...
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LastChangedDate" type="xs:dateTime" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Date (and Time if exists) when organization unit was last changed/updated</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element OrganizationHierarchySimpleType/Id
diagram OrghierarchySimple_p14.png
type xs:int
properties
content simple
source <xs:element name="Id" type="xs:int"/>

element OrganizationHierarchySimpleType/TypeOfId
diagram OrghierarchySimple_p15.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Description/Type of Id
LIN = Local Institution Id
LAV= Local Department Id
LEN = Local Unit Id
LSE = Local Section Id
source <xs:element name="TypeOfId" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Description/Type of Id
LIN = Local Institution Id
LAV= Local Department Id
LEN = Local Unit Id
LSE = Local Section Id
</xs:documentation>
 
</xs:annotation>
</xs:element>

element OrganizationHierarchySimpleType/AdditionalIds
diagram OrghierarchySimple_p16.png
type AdditionalIdsType
properties
minOcc 0
maxOcc 1
content complex
children AdditionalId
annotation
documentation
Additional ids for the unit.
source <xs:element name="AdditionalIds" type="AdditionalIdsType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Additional ids for the unit.</xs:documentation>
 
</xs:annotation>
</xs:element>

element OrganizationHierarchySimpleType/ShortNameId
diagram OrghierarchySimple_p17.png
type xs:string
properties
content simple
source <xs:element name="ShortNameId" type="xs:string"/>

element OrganizationHierarchySimpleType/Name
diagram OrghierarchySimple_p18.png
type xs:string
properties
content simple
source <xs:element name="Name" type="xs:string"/>

element OrganizationHierarchySimpleType/AccessLevel
diagram OrghierarchySimple_p19.png
type xs:short
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Users AccessLevel to this unit
source <xs:element name="AccessLevel" type="xs:short" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Users AccessLevel to this unit</xs:documentation>
 
</xs:annotation>
</xs:element>

element OrganizationHierarchySimpleType/VirtualUnit
diagram OrghierarchySimple_p20.png
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
True if this unit is a virtuel organization unit.
I.e. it does not belong to any unit, but it consists of other units (which  does not belong to this virtual unit) Virtuel units is not a part of the formal hierarchical tree.
source <xs:element name="VirtualUnit" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>True if this unit is a virtuel organization unit.
I.e. it does not belong to any unit, but it consists of other units (which  does not belong to this virtual unit) Virtuel units is not a part of the formal hierarchical tree.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element OrganizationHierarchySimpleType/ValidPeriod
diagram OrghierarchySimple_p21.png
type ValidPeriodDateType
properties
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateType"/>

element OrganizationHierarchySimpleType/Type
diagram OrghierarchySimple_p22.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Type of unit .............................. HIS90: Department type or Unit Type.
Valid types for HIS90:
I - sengepost
P -  poliklinikk
A - administrasjon
R - røntgen
M - mottakelse
source <xs:element name="Type" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Type of unit .............................. HIS90: Department type or Unit Type.
Valid types for HIS90:
I - sengepost
P -  poliklinikk
A - administrasjon
R - røntgen
M - mottakelse
</xs:documentation>
 
</xs:annotation>
</xs:element>

element OrganizationHierarchySimpleType/Properties
diagram OrghierarchySimple_p23.png
type extension of OrganizationPropertiesSimpleType
properties
minOcc 0
maxOcc 1
content complex
children MedicalSpecialityRegistration CareRegistration OrgProperty
source <xs:element name="Properties" minOccurs="0">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="OrganizationPropertiesSimpleType">
       
<xs:sequence>
         
<xs:element name="OrgProperty" minOccurs="0" maxOccurs="unbounded">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Code" type="xs:string">
                 
<xs:annotation>
                   
<xs:documentation>Propertytypes as defind for the PAS systems

HIS90:
PESC - extra security/sensitive unit
PPSYC - Psychiatriy
PWOMD - Womens Department
PLTTR - (Long Time Treatement)
PPBFU - Productivity Based Funding
</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
               
<xs:element name="Text" type="xs:string" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation>Property description.</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
               
<xs:element name="OrgPropertyValidPeriod" minOccurs="0" maxOccurs="unbounded">
                 
<xs:annotation>
                   
<xs:documentation>Valid periode or periods for the property</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:sequence>
                     
<xs:element name="ValidFrom" type="xs:dateTime"/>
                     
<xs:element name="ValidTo" type="xs:dateTime" minOccurs="0"/>
                   
</xs:sequence>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element OrganizationHierarchySimpleType/Properties/OrgProperty
diagram OrghierarchySimple_p24.png
properties
minOcc 0
maxOcc unbounded
content complex
children Code Text OrgPropertyValidPeriod
source <xs:element name="OrgProperty" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Code" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>Propertytypes as defind for the PAS systems

HIS90:
PESC - extra security/sensitive unit
PPSYC - Psychiatriy
PWOMD - Womens Department
PLTTR - (Long Time Treatement)
PPBFU - Productivity Based Funding
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Text" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Property description.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="OrgPropertyValidPeriod" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Valid periode or periods for the property</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="ValidFrom" type="xs:dateTime"/>
           
<xs:element name="ValidTo" type="xs:dateTime" minOccurs="0"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element OrganizationHierarchySimpleType/Properties/OrgProperty/Code
diagram OrghierarchySimple_p25.png
type xs:string
properties
content simple
annotation
documentation
Propertytypes as defind for the PAS systems

HIS90:
PESC - extra security/sensitive unit
PPSYC - Psychiatriy
PWOMD - Womens Department
PLTTR - (Long Time Treatement)
PPBFU - Productivity Based Funding
source <xs:element name="Code" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Propertytypes as defind for the PAS systems

HIS90:
PESC - extra security/sensitive unit
PPSYC - Psychiatriy
PWOMD - Womens Department
PLTTR - (Long Time Treatement)
PPBFU - Productivity Based Funding
</xs:documentation>
 
</xs:annotation>
</xs:element>

element OrganizationHierarchySimpleType/Properties/OrgProperty/Text
diagram OrghierarchySimple_p26.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Property description.
source <xs:element name="Text" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Property description.</xs:documentation>
 
</xs:annotation>
</xs:element>

element OrganizationHierarchySimpleType/Properties/OrgProperty/OrgPropertyValidPeriod
diagram OrghierarchySimple_p27.png
properties
minOcc 0
maxOcc unbounded
content complex
children ValidFrom ValidTo
annotation
documentation
Valid periode or periods for the property
source <xs:element name="OrgPropertyValidPeriod" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Valid periode or periods for the property</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="ValidFrom" type="xs:dateTime"/>
     
<xs:element name="ValidTo" type="xs:dateTime" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element OrganizationHierarchySimpleType/Properties/OrgProperty/OrgPropertyValidPeriod/ValidFrom
diagram OrghierarchySimple_p28.png
type xs:dateTime
properties
content simple
source <xs:element name="ValidFrom" type="xs:dateTime"/>

element OrganizationHierarchySimpleType/Properties/OrgProperty/OrgPropertyValidPeriod/ValidTo
diagram OrghierarchySimple_p29.png
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="ValidTo" type="xs:dateTime" minOccurs="0"/>

element OrganizationHierarchySimpleType/SubsidiaryOrganization
diagram OrghierarchySimple_p30.png
type OrganizationHierarchySimpleType
properties
minOcc 0
maxOcc unbounded
content complex
children Id TypeOfId AdditionalIds ShortNameId Name AccessLevel VirtualUnit ValidPeriod Type Properties SubsidiaryOrganization OfficialId SectionCode Clinic Location LastChangedDate
source <xs:element name="SubsidiaryOrganization" type="OrganizationHierarchySimpleType" minOccurs="0" maxOccurs="unbounded"/>

element OrganizationHierarchySimpleType/OfficialId
diagram OrghierarchySimple_p31.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
HIS90 only. Unique  id
source <xs:element name="OfficialId" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>HIS90 only. Unique  id</xs:documentation>
 
</xs:annotation>
</xs:element>

element OrganizationHierarchySimpleType/SectionCode
diagram OrghierarchySimple_p32.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Section code for grouping units togheter

HIS90: Internal code for which section the care unit partisipates in
source <xs:element name="SectionCode" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Section code for grouping units togheter

HIS90: Internal code for which section the care unit partisipates in
</xs:documentation>
 
</xs:annotation>
</xs:element>

element OrganizationHierarchySimpleType/Clinic
diagram OrghierarchySimple_p33.png
type IdCodeNameType
properties
minOcc 0
maxOcc 1
content complex
children Id TypeOfId Code Name
annotation
documentation
The clinic the unit belongs to logigally. Used in multihospitals solutions to define units to same clinic/department.

HIS90:
PaqUnit.Clinic
source <xs:element name="Clinic" type="IdCodeNameType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The clinic the unit belongs to logigally. Used in multihospitals solutions to define units to same clinic/department.

HIS90:
PaqUnit.Clinic
</xs:documentation>
 
</xs:annotation>
</xs:element>

element OrganizationHierarchySimpleType/Location
diagram OrghierarchySimple_p34.png
type IdCodeNameType
properties
minOcc 0
maxOcc 1
content complex
children Id TypeOfId Code Name
annotation
documentation
Location. The hospital where the unit is loacted.

HIS90:
PaqUnte.Hosp_Loaction
ShortName for institution, e.g TR, MO, etc...
source <xs:element name="Location" type="IdCodeNameType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Location. The hospital where the unit is loacted.

HIS90:
PaqUnte.Hosp_Loaction
ShortName for institution, e.g TR, MO, etc...
</xs:documentation>
 
</xs:annotation>
</xs:element>

element OrganizationHierarchySimpleType/LastChangedDate
diagram OrghierarchySimple_p35.png
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Date (and Time if exists) when organization unit was last changed/updated
source <xs:element name="LastChangedDate" type="xs:dateTime" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Date (and Time if exists) when organization unit was last changed/updated</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType OrganizationPropertiesSimpleType
diagram OrghierarchySimple_p36.png
children MedicalSpecialityRegistration CareRegistration
used by
element OrganizationHierarchySimpleType/Properties
annotation
documentation
Type for the properties of a organization unit
source <xs:complexType name="OrganizationPropertiesSimpleType">
 
<xs:annotation>
   
<xs:documentation>Type for the properties of a organization unit</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="MedicalSpecialityRegistration" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>MregAkt</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="CareRegistration" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>PReg</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element OrganizationPropertiesSimpleType/MedicalSpecialityRegistration
diagram OrghierarchySimple_p37.png
properties
minOcc 0
maxOcc 1
content complex
children ValidPeriod
annotation
documentation
MregAkt
source <xs:element name="MedicalSpecialityRegistration" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>MregAkt</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element OrganizationPropertiesSimpleType/MedicalSpecialityRegistration/ValidPeriod
diagram OrghierarchySimple_p38.png
type ValidPeriodDateType
properties
minOcc 1
maxOcc unbounded
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/>

element OrganizationPropertiesSimpleType/CareRegistration
diagram OrghierarchySimple_p39.png
properties
minOcc 0
maxOcc 1
content complex
children ValidPeriod
annotation
documentation
PReg
source <xs:element name="CareRegistration" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>PReg</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element OrganizationPropertiesSimpleType/CareRegistration/ValidPeriod
diagram OrghierarchySimple_p40.png
type ValidPeriodDateType
properties
minOcc 1
maxOcc unbounded
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/>

complexType PerFixCodeTextCommentType
diagram OrghierarchySimple_p41.png
children Code Text Comment ValidPeriod
annotation
documentation
Type for periodic fixed (date only) code, text and optional comment strings.
source <xs:complexType name="PerFixCodeTextCommentType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic fixed (date only) code, text and optional comment strings.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Code" type="xs:string"/>
   
<xs:element name="Text" type="xs:string"/>
   
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element PerFixCodeTextCommentType/Code
diagram OrghierarchySimple_p42.png
type xs:string
properties
content simple
source <xs:element name="Code" type="xs:string"/>

element PerFixCodeTextCommentType/Text
diagram OrghierarchySimple_p43.png
type xs:string
properties
content simple
source <xs:element name="Text" type="xs:string"/>

element PerFixCodeTextCommentType/Comment
diagram OrghierarchySimple_p44.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Comment" type="xs:string" minOccurs="0"/>

element PerFixCodeTextCommentType/ValidPeriod
diagram OrghierarchySimple_p45.png
type ValidPeriodDateType
properties
minOcc 1
maxOcc unbounded
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/>

complexType PerFixCodeTextType
diagram OrghierarchySimple_p46.png
children Code Text ValidPeriod
annotation
documentation
Type for periodic (date only) fixed code and text strings.
source <xs:complexType name="PerFixCodeTextType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic (date only) fixed code and text strings.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Code" type="xs:string"/>
   
<xs:element name="Text" type="xs:string"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element PerFixCodeTextType/Code
diagram OrghierarchySimple_p47.png
type xs:string
properties
content simple
source <xs:element name="Code" type="xs:string"/>

element PerFixCodeTextType/Text
diagram OrghierarchySimple_p48.png
type xs:string
properties
content simple
source <xs:element name="Text" type="xs:string"/>

element PerFixCodeTextType/ValidPeriod
diagram OrghierarchySimple_p49.png
type ValidPeriodDateType
properties
minOcc 1
maxOcc unbounded
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/>

complexType PerFixCodeType
diagram OrghierarchySimple_p50.png
children Code ValidPeriod
annotation
documentation
Type for periodic (date only) fixed code string.
source <xs:complexType name="PerFixCodeType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic (date only) fixed code string.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Code" type="xs:string"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element PerFixCodeType/Code
diagram OrghierarchySimple_p51.png
type xs:string
properties
content simple
source <xs:element name="Code" type="xs:string"/>

element PerFixCodeType/ValidPeriod
diagram OrghierarchySimple_p52.png
type ValidPeriodDateType
properties
minOcc 1
maxOcc unbounded
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/>

complexType PerFixDTCodeTextCommentType
diagram OrghierarchySimple_p53.png
children Code Text Comment ValidPeriod
annotation
documentation
Type for periodic fixed (date+time) code, text and optional comment strings.
source <xs:complexType name="PerFixDTCodeTextCommentType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic fixed (date+time) code, text and optional comment strings.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Code" type="xs:string"/>
   
<xs:element name="Text" type="xs:string"/>
   
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateTimeType" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element PerFixDTCodeTextCommentType/Code
diagram OrghierarchySimple_p54.png
type xs:string
properties
content simple
source <xs:element name="Code" type="xs:string"/>

element PerFixDTCodeTextCommentType/Text
diagram OrghierarchySimple_p55.png
type xs:string
properties
content simple
source <xs:element name="Text" type="xs:string"/>

element PerFixDTCodeTextCommentType/Comment
diagram OrghierarchySimple_p56.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Comment" type="xs:string" minOccurs="0"/>

element PerFixDTCodeTextCommentType/ValidPeriod
diagram OrghierarchySimple_p57.png
type ValidPeriodDateTimeType
properties
minOcc 1
maxOcc unbounded
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType" maxOccurs="unbounded"/>

complexType PerFixDTCodeTextType
diagram OrghierarchySimple_p58.png
children Code Text ValidPeriod
annotation
documentation
Type for periodic (date+time) fixed code and text strings.
source <xs:complexType name="PerFixDTCodeTextType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic (date+time) fixed code and text strings.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Code" type="xs:string"/>
   
<xs:element name="Text" type="xs:string"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateTimeType" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element PerFixDTCodeTextType/Code
diagram OrghierarchySimple_p59.png
type xs:string
properties
content simple
source <xs:element name="Code" type="xs:string"/>

element PerFixDTCodeTextType/Text
diagram OrghierarchySimple_p60.png
type xs:string
properties
content simple
source <xs:element name="Text" type="xs:string"/>

element PerFixDTCodeTextType/ValidPeriod
diagram OrghierarchySimple_p61.png
type ValidPeriodDateTimeType
properties
minOcc 1
maxOcc unbounded
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType" maxOccurs="unbounded"/>

complexType PerFixDTCodeType
diagram OrghierarchySimple_p62.png
children Code ValidPeriod
annotation
documentation
Type for periodic (date+time) fixed code string.
source <xs:complexType name="PerFixDTCodeType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic (date+time) fixed code string.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Code" type="xs:string"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateTimeType" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element PerFixDTCodeType/Code
diagram OrghierarchySimple_p63.png
type xs:string
properties
content simple
source <xs:element name="Code" type="xs:string"/>

element PerFixDTCodeType/ValidPeriod
diagram OrghierarchySimple_p64.png
type ValidPeriodDateTimeType
properties
minOcc 1
maxOcc unbounded
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType" maxOccurs="unbounded"/>

complexType PerFixDTTextCommentType
diagram OrghierarchySimple_p65.png
children Text Comment ValidPeriod
annotation
documentation
Type for periodic (date+time) fixed text and comment (optional) strings.
source <xs:complexType name="PerFixDTTextCommentType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic (date+time) fixed text and comment (optional) strings.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Text" type="xs:string"/>
   
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateTimeType" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element PerFixDTTextCommentType/Text
diagram OrghierarchySimple_p66.png
type xs:string
properties
content simple
source <xs:element name="Text" type="xs:string"/>

element PerFixDTTextCommentType/Comment
diagram OrghierarchySimple_p67.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Comment" type="xs:string" minOccurs="0"/>

element PerFixDTTextCommentType/ValidPeriod
diagram OrghierarchySimple_p68.png
type ValidPeriodDateTimeType
properties
minOcc 1
maxOcc unbounded
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType" maxOccurs="unbounded"/>

complexType PerFixTextCommentType
diagram OrghierarchySimple_p69.png
children Text Comment ValidPeriod
annotation
documentation
Type for periodic (date only) fixed text and comment (optional) string. Example of use: A property of a org.unit which can be on or off in various periods, but with same meaning/text. Do not set "unbounded" on item of this type.
source <xs:complexType name="PerFixTextCommentType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic (date only) fixed text and comment (optional) string. Example of use: A property of a org.unit which can be on or off in various periods, but with same meaning/text. Do not set "unbounded" on item of this type.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Text" type="xs:string"/>
   
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element PerFixTextCommentType/Text
diagram OrghierarchySimple_p70.png
type xs:string
properties
content simple
source <xs:element name="Text" type="xs:string"/>

element PerFixTextCommentType/Comment
diagram OrghierarchySimple_p71.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Comment" type="xs:string" minOccurs="0"/>

element PerFixTextCommentType/ValidPeriod
diagram OrghierarchySimple_p72.png
type ValidPeriodDateType
properties
minOcc 1
maxOcc unbounded
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/>

complexType PerVarCodeTextCommentType
diagram OrghierarchySimple_p73.png
children Code Text Comment ValidPeriod
annotation
documentation
Type for periodic variable (date only) code, text and optional comment strings.
source <xs:complexType name="PerVarCodeTextCommentType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic variable (date only) code, text and optional comment strings.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Code" type="xs:string"/>
   
<xs:element name="Text" type="xs:string"/>
   
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateType"/>
 
</xs:sequence>
</xs:complexType>

element PerVarCodeTextCommentType/Code
diagram OrghierarchySimple_p74.png
type xs:string
properties
content simple
source <xs:element name="Code" type="xs:string"/>

element PerVarCodeTextCommentType/Text
diagram OrghierarchySimple_p75.png
type xs:string
properties
content simple
source <xs:element name="Text" type="xs:string"/>

element PerVarCodeTextCommentType/Comment
diagram OrghierarchySimple_p76.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Comment" type="xs:string" minOccurs="0"/>

element PerVarCodeTextCommentType/ValidPeriod
diagram OrghierarchySimple_p77.png
type ValidPeriodDateType
properties
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateType"/>

complexType PerVarCodeTextType
diagram OrghierarchySimple_p78.png
children Code Text ValidPeriod
annotation
documentation
Type for periodic variable (date only) code and text strings.
source <xs:complexType name="PerVarCodeTextType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic variable (date only) code and text strings.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Code" type="xs:string"/>
   
<xs:element name="Text" type="xs:string"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateType"/>
 
</xs:sequence>
</xs:complexType>

element PerVarCodeTextType/Code
diagram OrghierarchySimple_p79.png
type xs:string
properties
content simple
source <xs:element name="Code" type="xs:string"/>

element PerVarCodeTextType/Text
diagram OrghierarchySimple_p80.png
type xs:string
properties
content simple
source <xs:element name="Text" type="xs:string"/>

element PerVarCodeTextType/ValidPeriod
diagram OrghierarchySimple_p81.png
type ValidPeriodDateType
properties
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateType"/>

complexType PerVarCodeType
diagram OrghierarchySimple_p82.png
children Code ValidPeriod
annotation
documentation
Type for periodic variable (date only) code string.
source <xs:complexType name="PerVarCodeType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic variable (date only) code string.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Code" type="xs:string"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateType"/>
 
</xs:sequence>
</xs:complexType>

element PerVarCodeType/Code
diagram OrghierarchySimple_p83.png
type xs:string
properties
content simple
source <xs:element name="Code" type="xs:string"/>

element PerVarCodeType/ValidPeriod
diagram OrghierarchySimple_p84.png
type ValidPeriodDateType
properties
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateType"/>

complexType PerVarDTCodeTextCommentType
diagram OrghierarchySimple_p85.png
children Code Text Comment ValidPeriod
annotation
documentation
Type for periodic variable (date+time) code, text and optional comment strings.
source <xs:complexType name="PerVarDTCodeTextCommentType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic variable (date+time) code, text and optional comment strings.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Code" type="xs:string"/>
   
<xs:element name="Text" type="xs:string"/>
   
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateTimeType"/>
 
</xs:sequence>
</xs:complexType>

element PerVarDTCodeTextCommentType/Code
diagram OrghierarchySimple_p86.png
type xs:string
properties
content simple
source <xs:element name="Code" type="xs:string"/>

element PerVarDTCodeTextCommentType/Text
diagram OrghierarchySimple_p87.png
type xs:string
properties
content simple
source <xs:element name="Text" type="xs:string"/>

element PerVarDTCodeTextCommentType/Comment
diagram OrghierarchySimple_p88.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Comment" type="xs:string" minOccurs="0"/>

element PerVarDTCodeTextCommentType/ValidPeriod
diagram OrghierarchySimple_p89.png
type ValidPeriodDateTimeType
properties
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType"/>

complexType PerVarDTCodeTextType
diagram OrghierarchySimple_p90.png
children Code Text ValidPeriod
annotation
documentation
Type for periodic variable (date+time) code and text strings.
source <xs:complexType name="PerVarDTCodeTextType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic variable (date+time) code and text strings.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Code" type="xs:string"/>
   
<xs:element name="Text" type="xs:string"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateTimeType"/>
 
</xs:sequence>
</xs:complexType>

element PerVarDTCodeTextType/Code
diagram OrghierarchySimple_p91.png
type xs:string
properties
content simple
source <xs:element name="Code" type="xs:string"/>

element PerVarDTCodeTextType/Text
diagram OrghierarchySimple_p92.png
type xs:string
properties
content simple
source <xs:element name="Text" type="xs:string"/>

element PerVarDTCodeTextType/ValidPeriod
diagram OrghierarchySimple_p93.png
type ValidPeriodDateTimeType
properties
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType"/>

complexType PerVarDTCodeType
diagram OrghierarchySimple_p94.png
children Code ValidPeriod
annotation
documentation
Type for periodic variable (date+time) code string.
source <xs:complexType name="PerVarDTCodeType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic variable (date+time) code string.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Code" type="xs:string"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateTimeType"/>
 
</xs:sequence>
</xs:complexType>

element PerVarDTCodeType/Code
diagram OrghierarchySimple_p95.png
type xs:string
properties
content simple
source <xs:element name="Code" type="xs:string"/>

element PerVarDTCodeType/ValidPeriod
diagram OrghierarchySimple_p96.png
type ValidPeriodDateTimeType
properties
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType"/>

complexType PerVarDTTextCommentType
diagram OrghierarchySimple_p97.png
children Text Comment ValidPeriod
annotation
documentation
Type for periodic (date+time) variable text and comment (optional) strings.
source <xs:complexType name="PerVarDTTextCommentType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic (date+time) variable text and comment (optional) strings.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Text" type="xs:string"/>
   
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateTimeType"/>
 
</xs:sequence>
</xs:complexType>

element PerVarDTTextCommentType/Text
diagram OrghierarchySimple_p98.png
type xs:string
properties
content simple
source <xs:element name="Text" type="xs:string"/>

element PerVarDTTextCommentType/Comment
diagram OrghierarchySimple_p99.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Comment" type="xs:string" minOccurs="0"/>

element PerVarDTTextCommentType/ValidPeriod
diagram OrghierarchySimple_p100.png
type ValidPeriodDateTimeType
properties
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType"/>

complexType PerVarTextCommentType
diagram OrghierarchySimple_p101.png
children Text Comment ValidPeriod
annotation
documentation
Type for periodic variable (date only) text and comment (optional) strings. Example of use: Active/passive status with comment for a org.unit. Set "unbounded" on the item of this type. Data type can be extended by adding a sequence and other subsidiary items.
source <xs:complexType name="PerVarTextCommentType">
 
<xs:annotation>
   
<xs:documentation>Type for periodic variable (date only) text and comment (optional) strings. Example of use: Active/passive status with comment for a org.unit. Set "unbounded" on the item of this type. Data type can be extended by adding a sequence and other subsidiary items.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Text" type="xs:string"/>
   
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
   
<xs:element name="ValidPeriod" type="ValidPeriodDateType"/>
 
</xs:sequence>
</xs:complexType>

element PerVarTextCommentType/Text
diagram OrghierarchySimple_p102.png
type xs:string
properties
content simple
source <xs:element name="Text" type="xs:string"/>

element PerVarTextCommentType/Comment
diagram OrghierarchySimple_p103.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Comment" type="xs:string" minOccurs="0"/>

element PerVarTextCommentType/ValidPeriod
diagram OrghierarchySimple_p104.png
type ValidPeriodDateType
properties
content complex
children ValidFrom ValidTo
source <xs:element name="ValidPeriod" type="ValidPeriodDateType"/>

complexType ValidPeriodDateTimeType
diagram OrghierarchySimple_p105.png
children ValidFrom ValidTo
used by
elements PerVarDTCodeType/ValidPeriod PerVarDTCodeTextType/ValidPeriod PerVarDTCodeTextCommentType/ValidPeriod PerVarDTTextCommentType/ValidPeriod PerFixDTCodeType/ValidPeriod PerFixDTCodeTextType/ValidPeriod PerFixDTCodeTextCommentType/ValidPeriod PerFixDTTextCommentType/ValidPeriod
annotation
documentation
Type for valid datetimeperiods (date and time/clock)
source <xs:complexType name="ValidPeriodDateTimeType">
 
<xs:annotation>
   
<xs:documentation>Type for valid datetimeperiods (date and time/clock)</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ValidFrom" type="xs:dateTime"/>
   
<xs:element name="ValidTo" type="xs:dateTime"/>
 
</xs:sequence>
</xs:complexType>

element ValidPeriodDateTimeType/ValidFrom
diagram OrghierarchySimple_p106.png
type xs:dateTime
properties
content simple
source <xs:element name="ValidFrom" type="xs:dateTime"/>

element ValidPeriodDateTimeType/ValidTo
diagram OrghierarchySimple_p107.png
type xs:dateTime
properties
content simple
source <xs:element name="ValidTo" type="xs:dateTime"/>

complexType ValidPeriodDateType
diagram OrghierarchySimple_p108.png
children ValidFrom ValidTo
used by
elements OrganizationPropertiesSimpleType/MedicalSpecialityRegistration/ValidPeriod OrganizationPropertiesSimpleType/CareRegistration/ValidPeriod OrganizationHierarchySimpleType/ValidPeriod PerVarCodeType/ValidPeriod PerVarCodeTextType/ValidPeriod PerVarCodeTextCommentType/ValidPeriod PerVarTextCommentType/ValidPeriod PerFixCodeType/ValidPeriod PerFixCodeTextType/ValidPeriod PerFixCodeTextCommentType/ValidPeriod PerFixTextCommentType/ValidPeriod
annotation
documentation
Type for valid dateperiods (date only, not time/clock)
source <xs:complexType name="ValidPeriodDateType">
 
<xs:annotation>
   
<xs:documentation>Type for valid dateperiods (date only, not time/clock)</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ValidFrom" type="xs:date"/>
   
<xs:element name="ValidTo" type="xs:date"/>
 
</xs:sequence>
</xs:complexType>

element ValidPeriodDateType/ValidFrom
diagram OrghierarchySimple_p109.png
type xs:date
properties
content simple
source <xs:element name="ValidFrom" type="xs:date"/>

element ValidPeriodDateType/ValidTo
diagram OrghierarchySimple_p110.png
type xs:date
properties
content simple
source <xs:element name="ValidTo" type="xs:date"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy