| schema location: | ..\..\UserAccess.xsd |
| Elements | Complex types |
| UserServiceAccesses | ServiceIdNameType |
| UserServiceAccessSearch | |
| UserUnitAccesses |
| schema location: | ..\..\Include\CommonBasicTypes.xsd |
| schema location: | ..\..\Include\OrgBasicTypes.xsd |
| Complex types |
| ExternalOrganizationType |
| OrganizationType |
| ResourceType |
| diagram | ![]() |
||
| children | UserServiceAccess | ||
| annotation |
|
||
| source | <xs:element name="UserServiceAccesses"> <xs:annotation> <xs:documentation>A list of a user's access to a set of spesific services/functions</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="UserServiceAccess" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Service" type="ServiceIdNameType"> <xs:annotation> <xs:documentation>The service name, type and code/id</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AccessLevel" type="xs:int"> <xs:annotation> <xs:documentation>What access user have to the service. Accesslevel: 0 is no access (False) and 9 is full access. (True > 0)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
| children | Service AccessLevel |
| source | <xs:element name="UserServiceAccess" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Service" type="ServiceIdNameType"> <xs:annotation> <xs:documentation>The service name, type and code/id</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AccessLevel" type="xs:int"> <xs:annotation> <xs:documentation>What access user have to the service. Accesslevel: 0 is no access (False) and 9 is full access. (True > 0)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||
| type | ServiceIdNameType | ||
| children | Id Type Name | ||
| annotation |
|
||
| source | <xs:element name="Service" type="ServiceIdNameType"> <xs:annotation> <xs:documentation>The service name, type and code/id</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | xs:int | ||
| annotation |
|
||
| source | <xs:element name="AccessLevel" type="xs:int"> <xs:annotation> <xs:documentation>What access user have to the service. Accesslevel: 0 is no access (False) and 9 is full access. (True > 0)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| children | Services | ||
| annotation |
|
||
| source | <xs:element name="UserServiceAccessSearch"> <xs:annotation> <xs:documentation>List of services for a user to get accessright and/or levels for</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Services" type="ServiceIdNameType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
| type | ServiceIdNameType |
| children | Id Type Name |
| source | <xs:element name="Services" type="ServiceIdNameType" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| children | UserUnitAccess AllUnits MedicalUnits Institution | ||
| annotation |
|
||
| source | <xs:element name="UserUnitAccesses"> <xs:annotation> <xs:documentation>List the units a user has access to and accesslevel. The unit's parents can also be shown.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="UserUnitAccess" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Unit"> <xs:annotation> <xs:documentation>Unit or department the user has access to. (For HIS90 departments</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="OrganizationType"/> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="AccessLevel" type="xs:int"> <xs:annotation> <xs:documentation>What access user have to the unit. Accesslevel: 0 is no access (False) and 9 is full access. (True > 0)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ParentUnitId" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>This unit's parentid. Used for hierarchial reference of units. Omit if no reference to parent is needed. If blank then top level or root unit</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ParentUnitOfficialId" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>HIS90 only, UniqueId</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="AllUnits" type="xs:boolean"> <xs:annotation> <xs:documentation>HIS90 only. True if the user have acccess to all utnits</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MedicalUnits" minOccurs="0"> <xs:annotation> <xs:documentation>HIS90 only</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="MedicalUnit" type="OrganizationType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>HIS90 Only. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Institution" type="OrganizationType" minOccurs="0"> <xs:annotation> <xs:documentation>HIs90 only. Only applied if not in patient context.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
| children | Unit AccessLevel ParentUnitId ParentUnitOfficialId |
| source | <xs:element name="UserUnitAccess" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Unit"> <xs:annotation> <xs:documentation>Unit or department the user has access to. (For HIS90 departments</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="OrganizationType"/> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="AccessLevel" type="xs:int"> <xs:annotation> <xs:documentation>What access user have to the unit. Accesslevel: 0 is no access (False) and 9 is full access. (True > 0)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ParentUnitId" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>This unit's parentid. Used for hierarchial reference of units. Omit if no reference to parent is needed. If blank then top level or root unit</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ParentUnitOfficialId" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>HIS90 only, UniqueId</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||
| type | extension of OrganizationType | ||
| children | Id ShortNameId Name OfficialId | ||
| annotation |
|
||
| source | <xs:element name="Unit"> <xs:annotation> <xs:documentation>Unit or department the user has access to. (For HIS90 departments</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="OrganizationType"/> </xs:complexContent> </xs:complexType> </xs:element> |
| diagram | ![]() |
||
| type | xs:int | ||
| annotation |
|
||
| source | <xs:element name="AccessLevel" type="xs:int"> <xs:annotation> <xs:documentation>What access user have to the unit. Accesslevel: 0 is no access (False) and 9 is full access. (True > 0)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | xs:int | ||
| annotation |
|
||
| source | <xs:element name="ParentUnitId" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>This unit's parentid. Used for hierarchial reference of units. Omit if no reference to parent is needed. If blank then top level or root unit</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="ParentUnitOfficialId" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>HIS90 only, UniqueId</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | xs:boolean | ||
| annotation |
|
||
| source | <xs:element name="AllUnits" type="xs:boolean"> <xs:annotation> <xs:documentation>HIS90 only. True if the user have acccess to all utnits</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| children | MedicalUnit | ||
| annotation |
|
||
| source | <xs:element name="MedicalUnits" minOccurs="0"> <xs:annotation> <xs:documentation>HIS90 only</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="MedicalUnit" type="OrganizationType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>HIS90 Only. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||
| type | OrganizationType | ||
| children | Id ShortNameId Name OfficialId | ||
| annotation |
|
||
| source | <xs:element name="MedicalUnit" type="OrganizationType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>HIS90 Only. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | OrganizationType | ||
| children | Id ShortNameId Name OfficialId | ||
| annotation |
|
||
| source | <xs:element name="Institution" type="OrganizationType" minOccurs="0"> <xs:annotation> <xs:documentation>HIs90 only. Only applied if not in patient context.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| children | Id Type Name | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:complexType name="ServiceIdNameType"> <xs:annotation> <xs:documentation>Service: Id, Type and Name</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>Internal id/number for service</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Type" type="xs:string"> <xs:annotation> <xs:documentation>Type of service. S=single service. G= Group of many services</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Name" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Name of service</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| type | xs:int | ||
| annotation |
|
||
| source | <xs:element name="Id" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>Internal id/number for service</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="Type" type="xs:string"> <xs:annotation> <xs:documentation>Type of service. S=single service. G= Group of many services</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="Name" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Name of service</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| children | Code Name | ||
| annotation |
|
||
| source | <xs:complexType name="CodeNameType"> <xs:annotation> <xs:documentation>Code and Name</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Code" type="xs:string"/> <xs:element name="Name" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Code" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Name" type="xs:string"/> |
| diagram | ![]() |
||
| children | Code OfficialCode Text | ||
| annotation |
|
||
| source | <xs:complexType name="CodeOfficialCodeTextType"> <xs:annotation> <xs:documentation>Code, OfficialCode and Text</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Code" type="xs:string"/> <xs:element name="OfficialCode" type="xs:string" minOccurs="0"/> <xs:element name="Text" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Code" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="OfficialCode" type="xs:string" minOccurs="0"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Text" type="xs:string"/> |
| diagram | ![]() |
||
| children | Code Text | ||
| annotation |
|
||
| source | <xs:complexType name="CodeTextType"> <xs:annotation> <xs:documentation>Code and Text</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Code" type="xs:string"/> <xs:element name="Text" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Code" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Text" type="xs:string"/> |
| diagram | ![]() |
||
| children | Id Code Name | ||
| annotation |
|
||
| source | <xs:complexType name="IdCodeNameType"> <xs:annotation> <xs:documentation>Id, Code and Name</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:int"/> <xs:element name="Code" type="xs:string"/> <xs:element name="Name" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:int |
| source | <xs:element name="Id" type="xs:int"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Code" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Name" type="xs:string"/> |
| diagram | ![]() |
||
| children | Id Code OfficialCode Text | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:complexType name="IdCodeOfficialCodeTextType"> <xs:annotation> <xs:documentation>Id, Code, Official Code and Text</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:int"/> <xs:element name="Code" type="xs:string"/> <xs:element name="OfficialCode" type="xs:string" minOccurs="0"/> <xs:element name="Text" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:int |
| source | <xs:element name="Id" type="xs:int"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Code" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="OfficialCode" type="xs:string" minOccurs="0"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Text" type="xs:string"/> |
| diagram | ![]() |
||
| children | Id Code ShortText LongText | ||
| annotation |
|
||
| source | <xs:complexType name="IdCodeShortAndLongTextType"> <xs:annotation> <xs:documentation>Id, Code, ShortText and LongText</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:int"/> <xs:element name="Code" type="xs:string"/> <xs:element name="ShortText" type="xs:string"/> <xs:element name="LongText" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:int |
| source | <xs:element name="Id" type="xs:int"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Code" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="ShortText" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="LongText" type="xs:string"/> |
| diagram | ![]() |
||
| children | Id Code Text | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:complexType name="IdCodeTextType"> <xs:annotation> <xs:documentation>Id, Code and Text</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:int"/> <xs:element name="Code" type="xs:string"/> <xs:element name="Text" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:int |
| source | <xs:element name="Id" type="xs:int"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Code" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Text" type="xs:string"/> |
| diagram | ![]() |
||
| children | Id Code | ||
| annotation |
|
||
| source | <xs:complexType name="IdCodeType"> <xs:annotation> <xs:documentation> Id and Code</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:int"/> <xs:element name="Code" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:int |
| source | <xs:element name="Id" type="xs:int"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Code" type="xs:string"/> |
| diagram | ![]() |
||
| children | Id Name | ||
| annotation |
|
||
| source | <xs:complexType name="IdNameType"> <xs:annotation> <xs:documentation>Id and Name</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:int"/> <xs:element name="Name" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:int |
| source | <xs:element name="Id" type="xs:int"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Name" type="xs:string"/> |
| diagram | ![]() |
||
| children | Id ShortText LongText | ||
| annotation |
|
||
| source | <xs:complexType name="IdShortAndLongTextType"> <xs:annotation> <xs:documentation>Id, ShortText and LongText</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:int"/> <xs:element name="ShortText" type="xs:string"/> <xs:element name="LongText" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:int |
| source | <xs:element name="Id" type="xs:int"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="ShortText" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="LongText" type="xs:string"/> |
| diagram | ![]() |
||
| children | Id Text | ||
| annotation |
|
||
| source | <xs:complexType name="IdTextType"> <xs:annotation> <xs:documentation>Id and Text</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:int"/> <xs:element name="Text" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:int |
| source | <xs:element name="Id" type="xs:int"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Text" type="xs:string"/> |
| diagram | ![]() |
||
| children | ChangedBy Changed | ||
| annotation |
|
||
| source | <xs:complexType name="LastChangedType"> <xs:annotation> <xs:documentation>Last changed by and date</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="ChangedBy" type="xs:string"/> <xs:element name="Changed" type="xs:dateTime"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:string |
| source | <xs:element name="ChangedBy" type="xs:string"/> |
| diagram | |
| type | xs:dateTime |
| source | <xs:element name="Changed" type="xs:dateTime"/> |
| diagram | ![]() |
||
| type | extension of IdCodeTextType | ||
| children | Id Code Text MedRegister | ||
| annotation |
|
||
| source | <xs:complexType name="MedCodeType"> <xs:annotation> <xs:documentation>Medical code incl. medregister</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="IdCodeTextType"> <xs:sequence> <xs:element name="MedRegister" type="IdCodeOfficialCodeTextType"> <xs:annotation> <xs:documentation>Medical register, i.e. ICD10</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||
| type | IdCodeOfficialCodeTextType | ||
| children | Id Code OfficialCode Text | ||
| annotation |
|
||
| source | <xs:element name="MedRegister" type="IdCodeOfficialCodeTextType"> <xs:annotation> <xs:documentation>Medical register, i.e. ICD10</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| children | ShortText LongText | ||
| annotation |
|
||
| source | <xs:complexType name="ShortAndLongTextType"> <xs:annotation> <xs:documentation>ShortText and LongText</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="ShortText" type="xs:string"/> <xs:element name="LongText" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:string |
| source | <xs:element name="ShortText" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="LongText" type="xs:string"/> |
| diagram | ![]() |
||
| children | Name FullName | ||
| annotation |
|
||
| source | <xs:complexType name="UserType"> <xs:annotation> <xs:documentation>ShortNameId and Name</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="FullName" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Name" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="FullName" type="xs:string"/> |
| diagram | ![]() |
||
| children | Id Code Name | ||
| annotation |
|
||
| source | <xs:complexType name="ExternalOrganizationType"> <xs:annotation> <xs:documentation>Type for an external organization or resource (EksternInstans)</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:string"/> <xs:element name="Code" type="xs:string"/> <xs:element name="Name" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Id" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Code" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Name" type="xs:string"/> |
| diagram | ![]() |
||
| children | Id ShortNameId Name OfficialId | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:complexType name="OrganizationType"> <xs:annotation> <xs:documentation>Type for the organizational unit</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:int"/> <xs:element name="ShortNameId" type="xs:string"/> <xs:element name="Name" type="xs:string" minOccurs="0"/> <xs:element name="OfficialId" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>HIS90 only. Unique Id</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:int |
| source | <xs:element name="Id" type="xs:int"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="ShortNameId" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Name" type="xs:string" minOccurs="0"/> |
| diagram | |||
| type | xs:string | ||
| 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 | ![]() |
||
| children | Id Code Name | ||
| annotation |
|
||
| source | <xs:complexType name="ResourceType"> <xs:annotation> <xs:documentation>Type for a resource</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:string"/> <xs:element name="Code" type="xs:string" minOccurs="0"/> <xs:element name="Name" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Id" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Code" type="xs:string" minOccurs="0"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Name" type="xs:string"/> |