-
Notifications
You must be signed in to change notification settings - Fork 2
/
annotations.xsd
28 lines (21 loc) · 1.08 KB
/
annotations.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://eurocris.org/cerif/annotations#" elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="en">
<xs:annotation>
<xs:documentation>Links to the CERIF data model</xs:documentation>
</xs:annotation>
<xs:attribute name="entity" type="xs:string">
<xs:annotation>
<xs:documentation>Reference to the entity in the CERIF data model using the physical name</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="attribute" type="xs:string">
<xs:annotation>
<xs:documentation>Reference to the attribute in the CERIF data model using the physical name of the entity concatenated with a dot and the physical name of the attribute</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="link" type="xs:string">
<xs:annotation>
<xs:documentation>Reference to a link in the CERIF data model using the physical name of the entity where possibly</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:schema>