Namespace |
http://xat2.etai.fr |
Annotations
|
Enumeration allowing to typify some uri.
- Display - Uri to display page of the E-T-A-I site.
- DMSadress - Uri to contact the DMS, can be a local uri (for primary DMS, should be
supplied at the first contact for the session creation).
- Xat2Service - Uri to contact the service Xat2.
|
Diagram
|
|
Type |
restriction of xsd:string |
Facets
|
enumeration |
Display |
|
enumeration |
DMSaddress |
|
enumeration |
Xat2Service |
|
|
Used by
|
|
Source
|
<xsd:simpleType name="URIActionEnumType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Display"/>
<xsd:enumeration value="DMSaddress"/>
<xsd:enumeration value="Xat2Service"/>
</xsd:restriction>
</xsd:simpleType> |
|