| schema location: | D:\CDS\2002-12-02\XML_schema_specifikace_xml\TDD.xsd |
| targetNamespace: | http://cds.ote-cr.cz |
| Elements |
| TDD |
| schema location: | D:\CDS\2002-12-02\XML_schema_specifikace_xml\cds_globals.xsd |
| targetNamespace: | cds_globals.xsd |
| Simple types |
| ean |
| ean13 |
| ean13_18 |
| ean18 |
| msg-id |
| diagram | ![]() |
||||||||||||||||||||||||||||||
| namespace | http://cds.ote-cr.cz | ||||||||||||||||||||||||||||||
| children | SenderIdentification ReceiverIdentification TddProfile | ||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| source | <xsd:element name="TDD"> <xsd:complexType> <xsd:sequence> <xsd:element name="SenderIdentification"> <xsd:annotation> <xsd:documentation xml:lang="CS">Identifikace odesílatele zprávy</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:attribute name="id" type="cds:ean13" use="required"/> <xsd:attribute name="coding-scheme" type="xsd:string" use="required" fixed="14"/> </xsd:complexType> </xsd:element> <xsd:element name="ReceiverIdentification"> <xsd:annotation> <xsd:documentation xml:lang="CS">Identifikace příjemce zprávy</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:attribute name="id" type="cds:ean13" use="required"/> <xsd:attribute name="coding-scheme" type="xsd:string" use="required" fixed="14"/> </xsd:complexType> </xsd:element> <xsd:element name="TddProfile" maxOccurs="unbounded"> <xsd:complexType> <xsd:sequence> <xsd:element name="TddData" maxOccurs="unbounded"> <xsd:complexType> <xsd:attribute name="date-time-from" type="xsd:dateTime" use="required"/> <xsd:attribute name="date-time-to" type="xsd:dateTime" use="required"/> <xsd:attribute name="qty" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="18"/> <xsd:pattern value="-?\d+(\.\d+)?"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> <xsd:attribute name="id" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="18"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="temp-area" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="3"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="tdd-class" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="3"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> <xsd:attribute name="id" type="cds:msg-id" use="required"/> <xsd:attribute name="message-code" type="xsd:string" use="required"/> <xsd:attribute name="date-time" type="xsd:dateTime" use="required"/> <xsd:attribute name="answer-required" type="xsd:boolean" use="required"/> </xsd:complexType> </xsd:element> |
| diagram | |||||||||||||||||||
| namespace | http://cds.ote-cr.cz | ||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <xsd:element name="ReceiverIdentification"> <xsd:annotation> <xsd:documentation xml:lang="CS">Identifikace příjemce zprávy</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:attribute name="id" type="cds:ean13" use="required"/> <xsd:attribute name="coding-scheme" type="xsd:string" use="required" fixed="14"/> </xsd:complexType> </xsd:element> |
| diagram | |||||||||||||||||||||||||
| namespace | http://cds.ote-cr.cz | ||||||||||||||||||||||||
| children | TddData | ||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| source | <xsd:element name="TddProfile" maxOccurs="unbounded"> <xsd:complexType> <xsd:sequence> <xsd:element name="TddData" maxOccurs="unbounded"> <xsd:complexType> <xsd:attribute name="date-time-from" type="xsd:dateTime" use="required"/> <xsd:attribute name="date-time-to" type="xsd:dateTime" use="required"/> <xsd:attribute name="qty" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="18"/> <xsd:pattern value="-?\d+(\.\d+)?"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> <xsd:attribute name="id" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="18"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="temp-area" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="3"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="tdd-class" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="3"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> |
| diagram | |||||||||||||||||||||||||
| namespace | http://cds.ote-cr.cz | ||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| source | <xsd:element name="TddData" maxOccurs="unbounded"> <xsd:complexType> <xsd:attribute name="date-time-from" type="xsd:dateTime" use="required"/> <xsd:attribute name="date-time-to" type="xsd:dateTime" use="required"/> <xsd:attribute name="qty" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="18"/> <xsd:pattern value="-?\d+(\.\d+)?"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> |
| namespace | cds_globals.xsd | ||
| type | restriction of xsd:string | ||
| used by |
|
||
| facets |
|
||
| source | <xsd:simpleType name="ean"> <xsd:restriction base="xsd:string"> <xsd:pattern value="\d+"/> </xsd:restriction> </xsd:simpleType> |
| namespace | cds_globals.xsd | ||||
| type | restriction of cds:ean | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xsd:simpleType name="ean13"> <xsd:restriction base="ean"> <xsd:length value="13"/> </xsd:restriction> </xsd:simpleType> |
| namespace | cds_globals.xsd | ||
| type | restriction of xsd:string | ||
| facets |
|
||
| source | <xsd:simpleType name="ean13_18"> <xsd:restriction base="xsd:string"> <xsd:pattern value="\d{13}(\d{5})?"/> </xsd:restriction> </xsd:simpleType> |
| namespace | cds_globals.xsd | ||||
| type | restriction of cds:ean | ||||
| facets |
|
||||
| source | <xsd:simpleType name="ean18"> <xsd:restriction base="ean"> <xsd:length value="18"/> </xsd:restriction> </xsd:simpleType> |
| namespace | cds_globals.xsd | ||
| type | restriction of xsd:string | ||
| used by |
|
||
| facets |
|
||
| source | <xsd:simpleType name="msg-id"> <xsd:restriction base="xsd:string"> <xsd:pattern value="\d{8}\d+"/> </xsd:restriction> </xsd:simpleType> |