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 |
diagram | ![]() |
||
properties |
|
||
children | Organization | ||
annotation |
|
||
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> |
diagram | ![]() |
||||||
type | OrganizationHierarchySimpleType | ||||||
properties |
|
||||||
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"/> |
diagram | ![]() |
||
children | AdditionalId | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||
properties |
|
||||||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Id" type="xs:string"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Type" type="xs:string"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Description" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
children | Id TypeOfId Code Name | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Id" type="xs:string"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="TypeOfId" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Code" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Name" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
children | Id TypeOfId AdditionalIds ShortNameId Name AccessLevel VirtualUnit ValidPeriod Type Properties SubsidiaryOrganization OfficialId SectionCode Clinic Location LastChangedDate | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:int | ||
properties |
|
||
source | <xs:element name="Id" type="xs:int"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||
type | AdditionalIdsType | ||||||
properties |
|
||||||
children | AdditionalId | ||||||
annotation |
|
||||||
source | <xs:element name="AdditionalIds" type="AdditionalIdsType" minOccurs="0"> <xs:annotation> <xs:documentation>Additional ids for the unit.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="ShortNameId" type="xs:string"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Name" type="xs:string"/> |
diagram | ![]() |
||||||
type | xs:short | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||
type | ValidPeriodDateType | ||
properties |
|
||
children | ValidFrom ValidTo | ||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateType"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||
type | extension of OrganizationPropertiesSimpleType | ||||||
properties |
|
||||||
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> |
diagram | ![]() |
||||||
properties |
|
||||||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="Text" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Property description.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
properties |
|
||||||
children | ValidFrom ValidTo | ||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||
type | xs:dateTime | ||
properties |
|
||
source | <xs:element name="ValidFrom" type="xs:dateTime"/> |
diagram | ![]() |
||||||
type | xs:dateTime | ||||||
properties |
|
||||||
source | <xs:element name="ValidTo" type="xs:dateTime" minOccurs="0"/> |
diagram | ![]() |
||||||
type | OrganizationHierarchySimpleType | ||||||
properties |
|
||||||
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"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="OfficialId" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>HIS90 only. Unique id</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||
type | IdCodeNameType | ||||||
properties |
|
||||||
children | Id TypeOfId Code Name | ||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||
type | IdCodeNameType | ||||||
properties |
|
||||||
children | Id TypeOfId Code Name | ||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||
type | xs:dateTime | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||
children | MedicalSpecialityRegistration CareRegistration | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||
properties |
|
||||||
children | ValidPeriod | ||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||
type | ValidPeriodDateType | ||||||
properties |
|
||||||
children | ValidFrom ValidTo | ||||||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||
properties |
|
||||||
children | ValidPeriod | ||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||
type | ValidPeriodDateType | ||||||
properties |
|
||||||
children | ValidFrom ValidTo | ||||||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/> |
diagram | ![]() |
||
children | Code Text Comment ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Code" type="xs:string"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Text" type="xs:string"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Comment" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
type | ValidPeriodDateType | ||||||
properties |
|
||||||
children | ValidFrom ValidTo | ||||||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/> |
diagram | ![]() |
||
children | Code Text ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Code" type="xs:string"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Text" type="xs:string"/> |
diagram | ![]() |
||||||
type | ValidPeriodDateType | ||||||
properties |
|
||||||
children | ValidFrom ValidTo | ||||||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/> |
diagram | ![]() |
||
children | Code ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Code" type="xs:string"/> |
diagram | ![]() |
||||||
type | ValidPeriodDateType | ||||||
properties |
|
||||||
children | ValidFrom ValidTo | ||||||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/> |
diagram | ![]() |
||
children | Code Text Comment ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Code" type="xs:string"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Text" type="xs:string"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Comment" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
type | ValidPeriodDateTimeType | ||||||
properties |
|
||||||
children | ValidFrom ValidTo | ||||||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType" maxOccurs="unbounded"/> |
diagram | ![]() |
||
children | Code Text ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Code" type="xs:string"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Text" type="xs:string"/> |
diagram | ![]() |
||||||
type | ValidPeriodDateTimeType | ||||||
properties |
|
||||||
children | ValidFrom ValidTo | ||||||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType" maxOccurs="unbounded"/> |
diagram | ![]() |
||
children | Code ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Code" type="xs:string"/> |
diagram | ![]() |
||||||
type | ValidPeriodDateTimeType | ||||||
properties |
|
||||||
children | ValidFrom ValidTo | ||||||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType" maxOccurs="unbounded"/> |
diagram | ![]() |
||
children | Text Comment ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Text" type="xs:string"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Comment" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
type | ValidPeriodDateTimeType | ||||||
properties |
|
||||||
children | ValidFrom ValidTo | ||||||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType" maxOccurs="unbounded"/> |
diagram | ![]() |
||
children | Text Comment ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Text" type="xs:string"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Comment" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
type | ValidPeriodDateType | ||||||
properties |
|
||||||
children | ValidFrom ValidTo | ||||||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateType" maxOccurs="unbounded"/> |
diagram | ![]() |
||
children | Code Text Comment ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Code" type="xs:string"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Text" type="xs:string"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Comment" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
type | ValidPeriodDateType | ||
properties |
|
||
children | ValidFrom ValidTo | ||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateType"/> |
diagram | ![]() |
||
children | Code Text ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Code" type="xs:string"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Text" type="xs:string"/> |
diagram | ![]() |
||
type | ValidPeriodDateType | ||
properties |
|
||
children | ValidFrom ValidTo | ||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateType"/> |
diagram | ![]() |
||
children | Code ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Code" type="xs:string"/> |
diagram | ![]() |
||
type | ValidPeriodDateType | ||
properties |
|
||
children | ValidFrom ValidTo | ||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateType"/> |
diagram | ![]() |
||
children | Code Text Comment ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Code" type="xs:string"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Text" type="xs:string"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Comment" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
type | ValidPeriodDateTimeType | ||
properties |
|
||
children | ValidFrom ValidTo | ||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType"/> |
diagram | ![]() |
||
children | Code Text ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Code" type="xs:string"/> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Text" type="xs:string"/> |
diagram | ![]() |
||
type | ValidPeriodDateTimeType | ||
properties |
|
||
children | ValidFrom ValidTo | ||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType"/> |
diagram | ![]() |
||
children | Code ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Code" type="xs:string"/> |
diagram | ![]() |
||
type | ValidPeriodDateTimeType | ||
properties |
|
||
children | ValidFrom ValidTo | ||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType"/> |
diagram | ![]() |
||
children | Text Comment ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Text" type="xs:string"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Comment" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
type | ValidPeriodDateTimeType | ||
properties |
|
||
children | ValidFrom ValidTo | ||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateTimeType"/> |
diagram | ![]() |
||
children | Text Comment ValidPeriod | ||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:string | ||
properties |
|
||
source | <xs:element name="Text" type="xs:string"/> |
diagram | ![]() |
||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Comment" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
type | ValidPeriodDateType | ||
properties |
|
||
children | ValidFrom ValidTo | ||
source | <xs:element name="ValidPeriod" type="ValidPeriodDateType"/> |
diagram | ![]() |
||
children | ValidFrom ValidTo | ||
used by | |||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:dateTime | ||
properties |
|
||
source | <xs:element name="ValidFrom" type="xs:dateTime"/> |
diagram | ![]() |
||
type | xs:dateTime | ||
properties |
|
||
source | <xs:element name="ValidTo" type="xs:dateTime"/> |
diagram | ![]() |
||
children | ValidFrom ValidTo | ||
used by | |||
annotation |
|
||
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> |
diagram | ![]() |
||
type | xs:date | ||
properties |
|
||
source | <xs:element name="ValidFrom" type="xs:date"/> |
diagram | ![]() |
||
type | xs:date | ||
properties |
|
||
source | <xs:element name="ValidTo" type="xs:date"/> |