Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema isdoc-commondocument-6.0.2.xsd
Namespace http://isdoc.cz/namespace/2013
Properties
attribute form default unqualified
element form default qualified
version 6.0.2
Element SupplementsListType / Supplement
Namespace http://isdoc.cz/namespace/2013
Annotations
Document attachment
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#SupplementType_previewisdoc-commondocument-6_0_2_xsd.tmp#SupplementType_Filenameisdoc-commondocument-6_0_2_xsd.tmp#SupplementType_DigestMethodisdoc-commondocument-6_0_2_xsd.tmp#SupplementType_DigestValueisdoc-commondocument-6_0_2_xsd.tmp#SupplementType
Type SupplementType
Properties
content complex
maxOccurs unbounded
Model
Children DigestMethod, DigestValue, Filename
Instance
<Supplement preview="" xmlns="http://isdoc.cz/namespace/2013">
  <Filename>{1,1}</Filename>
  <DigestMethod Algorithm="">{1,1}</DigestMethod>
  <DigestValue>{1,1}</DigestValue>
</Supplement>
Attributes
QName Type Use Annotation
preview BooleanType optional
Is this attachment document preview
Source
<xs:element maxOccurs="unbounded" name="Supplement" type="SupplementType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Document attachment</xs:documentation>
  </xs:annotation>
</xs:element>
Element SupplementType / Filename
Namespace http://isdoc.cz/namespace/2013
Annotations
File name and path
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#FilenameType
Type FilenameType
Properties
content simple
Source
<xs:element name="Filename" type="FilenameType">
  <xs:annotation>
    <xs:documentation xml:lang="en">File name and path</xs:documentation>
  </xs:annotation>
</xs:element>
Element SupplementType / DigestMethod
Namespace http://isdoc.cz/namespace/2013
Annotations
Attachment digest method identification
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#DigestMethodType_Algorithmisdoc-commondocument-6_0_2_xsd.tmp#DigestMethodType
Type DigestMethodType
Properties
content complex
Attributes
QName Type Use Annotation
Algorithm xs:anyURI required
Algorithm identifiers are defined in http://www.w3.org/TR/xmldsig-core/#sec-AlgID
Source
<xs:element name="DigestMethod" type="DigestMethodType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Attachment digest method identification</xs:documentation>
  </xs:annotation>
</xs:element>
Element SupplementType / DigestValue
Namespace http://isdoc.cz/namespace/2013
Annotations
Attachment digest value
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#DigestValueType
Type DigestValueType
Properties
content simple
Source
<xs:element name="DigestValue" type="DigestValueType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Attachment digest value</xs:documentation>
  </xs:annotation>
</xs:element>
Element AccountingSupplierPartyType / Party
Namespace http://isdoc.cz/namespace/2013
Annotations
Information about an organization, sub-organization, or individual fulfilling a role in a business process.
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#PartyType_PartyIdentificationisdoc-commondocument-6_0_2_xsd.tmp#PartyType_PartyNameisdoc-commondocument-6_0_2_xsd.tmp#PartyType_PostalAddressisdoc-commondocument-6_0_2_xsd.tmp#PartyType_PartyTaxSchemeisdoc-commondocument-6_0_2_xsd.tmp#PartyType_RegisterIdentificationisdoc-commondocument-6_0_2_xsd.tmp#PartyType_Contactisdoc-commondocument-6_0_2_xsd.tmp#PartyType
Type PartyType
Properties
content complex
Model
Children Contact, PartyIdentification, PartyName, PartyTaxScheme, PostalAddress, RegisterIdentification
Instance
<Party xmlns="http://isdoc.cz/namespace/2013">
  <PartyIdentification>{1,1}</PartyIdentification>
  <PartyName>{1,1}</PartyName>
  <PostalAddress>{1,1}</PostalAddress>
  <PartyTaxScheme>{0,unbounded}</PartyTaxScheme>
  <RegisterIdentification>{0,1}</RegisterIdentification>
  <Contact>{0,1}</Contact>
</Party>
Source
<xs:element name="Party" type="PartyType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about an organization, sub-organization, or individual fulfilling a role in a business process.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartyType / PartyIdentification
Namespace http://isdoc.cz/namespace/2013
Annotations
Information about a party's identification.
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#PartyIdentificationType_UserIDisdoc-commondocument-6_0_2_xsd.tmp#PartyIdentificationType_CatalogFirmIdentificationisdoc-commondocument-6_0_2_xsd.tmp#PartyIdentificationType_IDisdoc-commondocument-6_0_2_xsd.tmp#PartyIdentificationType
Type PartyIdentificationType
Properties
content complex
Model
Children CatalogFirmIdentification, ID, UserID
Instance
<PartyIdentification xmlns="http://isdoc.cz/namespace/2013">
  <UserID>{0,1}</UserID>
  <CatalogFirmIdentification>{0,1}</CatalogFirmIdentification>
  <ID>{1,1}</ID>
</PartyIdentification>
Source
<xs:element name="PartyIdentification" type="PartyIdentificationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about a party's identification.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartyIdentificationType / UserID
Namespace http://isdoc.cz/namespace/2013
Annotations
User defined company/workplace number
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#UserIDType
Type UserIDType
Properties
content simple
minOccurs 0
Source
<xs:element name="UserID" type="UserIDType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">User defined company/workplace number</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartyIdentificationType / CatalogFirmIdentification
Namespace http://isdoc.cz/namespace/2013
Annotations
International company/workplace number, e.g. EAN
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#CatalogFirmIdentificationType
Type CatalogFirmIdentificationType
Properties
content simple
minOccurs 0
Source
<xs:element name="CatalogFirmIdentification" type="CatalogFirmIdentificationType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">International company/workplace number, e.g. EAN</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartyIdentificationType / ID
Namespace http://isdoc.cz/namespace/2013
Annotations
Company identification number
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#IDType
Type IDType
Properties
content simple
Source
<xs:element name="ID" type="IDType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Company identification number</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartyType / PartyName
Namespace http://isdoc.cz/namespace/2013
Annotations
Information about a party's name.
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#PartyNameType_Nameisdoc-commondocument-6_0_2_xsd.tmp#PartyNameType
Type PartyNameType
Properties
content complex
Model
Children Name
Instance
<PartyName xmlns="http://isdoc.cz/namespace/2013">
  <Name>{1,1}</Name>
</PartyName>
Source
<xs:element name="PartyName" type="PartyNameType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about a party's name.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartyNameType / Name
Namespace http://isdoc.cz/namespace/2013
Annotations
A character string that constitutes the distinctive designation of a person, place, thing or concept
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#NameType
Type NameType
Properties
content simple
Source
<xs:element name="Name" type="NameType">
  <xs:annotation>
    <xs:documentation xml:lang="en">A character string that constitutes the distinctive designation of a person, place, thing or concept</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartyType / PostalAddress
Namespace http://isdoc.cz/namespace/2013
Annotations
Postal address
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#PostalAddressType_StreetNameisdoc-commondocument-6_0_2_xsd.tmp#PostalAddressType_BuildingNumberisdoc-commondocument-6_0_2_xsd.tmp#PostalAddressType_CityNameisdoc-commondocument-6_0_2_xsd.tmp#PostalAddressType_PostalZoneisdoc-commondocument-6_0_2_xsd.tmp#PostalAddressType_Countryisdoc-commondocument-6_0_2_xsd.tmp#PostalAddressType
Type PostalAddressType
Properties
content complex
Model
Children BuildingNumber, CityName, Country, PostalZone, StreetName
Instance
<PostalAddress xmlns="http://isdoc.cz/namespace/2013">
  <StreetName>{1,1}</StreetName>
  <BuildingNumber>{1,1}</BuildingNumber>
  <CityName>{1,1}</CityName>
  <PostalZone>{1,1}</PostalZone>
  <Country>{1,1}</Country>
</PostalAddress>
Source
<xs:element name="PostalAddress" type="PostalAddressType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Postal address</xs:documentation>
  </xs:annotation>
</xs:element>
Element PostalAddressType / StreetName
Namespace http://isdoc.cz/namespace/2013
Annotations
Street
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#StreetNameType
Type StreetNameType
Properties
content simple
Source
<xs:element name="StreetName" type="StreetNameType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Street</xs:documentation>
  </xs:annotation>
</xs:element>
Element PostalAddressType / BuildingNumber
Namespace http://isdoc.cz/namespace/2013
Annotations
Building number
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#BuildingNumberType
Type BuildingNumberType
Properties
content simple
Source
<xs:element name="BuildingNumber" type="BuildingNumberType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Building number</xs:documentation>
  </xs:annotation>
</xs:element>
Element PostalAddressType / CityName
Namespace http://isdoc.cz/namespace/2013
Annotations
City
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#CityNameType
Type CityNameType
Properties
content simple
Source
<xs:element name="CityName" type="CityNameType">
  <xs:annotation>
    <xs:documentation xml:lang="en">City</xs:documentation>
  </xs:annotation>
</xs:element>
Element PostalAddressType / PostalZone
Namespace http://isdoc.cz/namespace/2013
Annotations
ZIP/postal zone
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#PostalZoneType
Type PostalZoneType
Properties
content simple
Source
<xs:element name="PostalZone" type="PostalZoneType">
  <xs:annotation>
    <xs:documentation xml:lang="en">ZIP/postal zone</xs:documentation>
  </xs:annotation>
</xs:element>
Element PostalAddressType / Country
Namespace http://isdoc.cz/namespace/2013
Annotations
Country
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#CountryType_IdentificationCodeisdoc-commondocument-6_0_2_xsd.tmp#CountryType_Nameisdoc-commondocument-6_0_2_xsd.tmp#CountryType
Type CountryType
Properties
content complex
Model
Children IdentificationCode, Name
Instance
<Country xmlns="http://isdoc.cz/namespace/2013">
  <IdentificationCode>{1,1}</IdentificationCode>
  <Name>{1,1}</Name>
</Country>
Source
<xs:element name="Country" type="CountryType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Country</xs:documentation>
  </xs:annotation>
</xs:element>
Element CountryType / IdentificationCode
Namespace http://isdoc.cz/namespace/2013
Annotations
ISO 3166 country code
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#IdentificationCodeType
Type IdentificationCodeType
Properties
content simple
Source
<xs:element name="IdentificationCode" type="IdentificationCodeType">
  <xs:annotation>
    <xs:documentation xml:lang="en">ISO 3166 country code</xs:documentation>
  </xs:annotation>
</xs:element>
Element CountryType / Name
Namespace http://isdoc.cz/namespace/2013
Annotations
Country name
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#NameType
Type NameType
Properties
content simple
Source
<xs:element name="Name" type="NameType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Country name</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartyType / PartyTaxScheme
Namespace http://isdoc.cz/namespace/2013
Annotations
Information about a party's tax scheme
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#PartyTaxSchemeType_CompanyIDisdoc-commondocument-6_0_2_xsd.tmp#PartyTaxSchemeType_TaxSchemeisdoc-commondocument-6_0_2_xsd.tmp#PartyTaxSchemeType
Type PartyTaxSchemeType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children CompanyID, TaxScheme
Instance
<PartyTaxScheme xmlns="http://isdoc.cz/namespace/2013">
  <CompanyID>{1,1}</CompanyID>
  <TaxScheme>{1,1}</TaxScheme>
</PartyTaxScheme>
Source
<xs:element name="PartyTaxScheme" type="PartyTaxSchemeType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about a party's tax scheme</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartyTaxSchemeType / CompanyID
Namespace http://isdoc.cz/namespace/2013
Annotations
VAT number
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#CompanyIDType
Type CompanyIDType
Properties
content simple
Source
<xs:element name="CompanyID" type="CompanyIDType">
  <xs:annotation>
    <xs:documentation xml:lang="en">VAT number</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartyTaxSchemeType / TaxScheme
Namespace http://isdoc.cz/namespace/2013
Annotations
Information about a tax scheme. The most common values are VAT (Value Added Tax) and TIN (Tax Identification Number).
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#TaxSchemeType
Type TaxSchemeType
Properties
content simple
Source
<xs:element name="TaxScheme" type="TaxSchemeType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about a tax scheme. The most common values are VAT (Value Added Tax) and TIN (Tax Identification Number).</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartyType / RegisterIdentification
Namespace http://isdoc.cz/namespace/2013
Annotations
Commercial Register record identification (in the Czech Republic)
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#RegisterIdentificationType_RegisterKeptAtisdoc-commondocument-6_0_2_xsd.tmp#RegisterIdentificationType_RegisterFileRefisdoc-commondocument-6_0_2_xsd.tmp#RegisterIdentificationType_RegisterDateisdoc-commondocument-6_0_2_xsd.tmp#RegisterIdentificationType_Preformattedisdoc-commondocument-6_0_2_xsd.tmp#RegisterIdentificationType
Type RegisterIdentificationType
Properties
content complex
minOccurs 0
Model
Children Preformatted, RegisterDate, RegisterFileRef, RegisterKeptAt
Instance
<RegisterIdentification xmlns="http://isdoc.cz/namespace/2013">
  <RegisterKeptAt>{1,1}</RegisterKeptAt>
  <RegisterFileRef>{1,1}</RegisterFileRef>
  <RegisterDate>{1,1}</RegisterDate>
  <Preformatted>{1,1}</Preformatted>
</RegisterIdentification>
Source
<xs:element minOccurs="0" name="RegisterIdentification" type="RegisterIdentificationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Commercial Register record identification (in the Czech Republic)</xs:documentation>
  </xs:annotation>
</xs:element>
Element RegisterIdentificationType / RegisterKeptAt
Namespace http://isdoc.cz/namespace/2013
Annotations
Commercial Register administrator
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#RegisterKeptAtType
Type RegisterKeptAtType
Properties
content simple
Source
<xs:element name="RegisterKeptAt" type="RegisterKeptAtType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Commercial Register administrator</xs:documentation>
  </xs:annotation>
</xs:element>
Element RegisterIdentificationType / RegisterFileRef
Namespace http://isdoc.cz/namespace/2013
Annotations
Commercial Register number
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#RegisterFileRefType
Type RegisterFileRefType
Properties
content simple
Source
<xs:element name="RegisterFileRef" type="RegisterFileRefType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Commercial Register number</xs:documentation>
  </xs:annotation>
</xs:element>
Element RegisterIdentificationType / RegisterDate
Namespace http://isdoc.cz/namespace/2013
Annotations
Registration date
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#RegisterDateType
Type RegisterDateType
Properties
content simple
Source
<xs:element name="RegisterDate" type="RegisterDateType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Registration date</xs:documentation>
  </xs:annotation>
</xs:element>
Element RegisterIdentificationType / Preformatted
Namespace http://isdoc.cz/namespace/2013
Annotations
Preformatted information about registration in the Commerical Register
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#PreformattedType
Type PreformattedType
Properties
content simple
Source
<xs:element name="Preformatted" type="PreformattedType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Preformatted information about registration in the Commerical Register</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartyType / Contact
Namespace http://isdoc.cz/namespace/2013
Annotations
Information about a contactable person or organization department
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#ContactType_Nameisdoc-commondocument-6_0_2_xsd.tmp#ContactType_Telephoneisdoc-commondocument-6_0_2_xsd.tmp#ContactType_ElectronicMailisdoc-commondocument-6_0_2_xsd.tmp#ContactType
Type ContactType
Properties
content complex
minOccurs 0
Model
Children ElectronicMail, Name, Telephone
Instance
<Contact xmlns="http://isdoc.cz/namespace/2013">
  <Name>{0,1}</Name>
  <Telephone>{0,1}</Telephone>
  <ElectronicMail>{0,1}</ElectronicMail>
</Contact>
Source
<xs:element name="Contact" type="ContactType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about a contactable person or organization department</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContactType / Name
Namespace http://isdoc.cz/namespace/2013
Annotations
Contact name
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#NameType
Type NameType
Properties
content simple
minOccurs 0
Source
<xs:element name="Name" type="NameType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Contact name</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContactType / Telephone
Namespace http://isdoc.cz/namespace/2013
Annotations
Phone number
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#TelephoneType
Type TelephoneType
Properties
content simple
minOccurs 0
Source
<xs:element name="Telephone" type="TelephoneType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Phone number</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContactType / ElectronicMail
Namespace http://isdoc.cz/namespace/2013
Annotations
E-mail address
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#ElectronicMailType
Type ElectronicMailType
Properties
content simple
minOccurs 0
Source
<xs:element name="ElectronicMail" type="ElectronicMailType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">E-mail address</xs:documentation>
  </xs:annotation>
</xs:element>
Element AccountingCustomerPartyType / Party
Namespace http://isdoc.cz/namespace/2013
Annotations
Information about an organization, sub-organization, or individual fulfilling a role in a business process.
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#PartyType_PartyIdentificationisdoc-commondocument-6_0_2_xsd.tmp#PartyType_PartyNameisdoc-commondocument-6_0_2_xsd.tmp#PartyType_PostalAddressisdoc-commondocument-6_0_2_xsd.tmp#PartyType_PartyTaxSchemeisdoc-commondocument-6_0_2_xsd.tmp#PartyType_RegisterIdentificationisdoc-commondocument-6_0_2_xsd.tmp#PartyType_Contactisdoc-commondocument-6_0_2_xsd.tmp#PartyType
Type PartyType
Properties
content complex
Model
Children Contact, PartyIdentification, PartyName, PartyTaxScheme, PostalAddress, RegisterIdentification
Instance
<Party xmlns="http://isdoc.cz/namespace/2013">
  <PartyIdentification>{1,1}</PartyIdentification>
  <PartyName>{1,1}</PartyName>
  <PostalAddress>{1,1}</PostalAddress>
  <PartyTaxScheme>{0,unbounded}</PartyTaxScheme>
  <RegisterIdentification>{0,1}</RegisterIdentification>
  <Contact>{0,1}</Contact>
</Party>
Source
<xs:element name="Party" type="PartyType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about an organization, sub-organization, or individual fulfilling a role in a business process.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CommonDocument
Namespace http://isdoc.cz/namespace/2013
Annotations
Document root element, subtype is stored in DocumentType element
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_versionisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_SubDocumentTypeisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_SubDocumentTypeOriginisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_TargetConsolidatorisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_ClientOnTargetConsolidatorisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_ClientBankAccountisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_IDisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_UUIDisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_IssueDateisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_LastValidDateisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_Noteisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_Extensionsisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_AccountingSupplierPartyisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_AccountingCustomerPartyisdoc-commondocument-6_0_2_xsd.tmp#CommonDocument_SupplementsListisdoc-commondocument-6_0_2_xsd.tmp#Signature
Properties
content complex
Model
Children AccountingCustomerParty, AccountingSupplierParty, ClientBankAccount, ClientOnTargetConsolidator, Extensions, ID, IssueDate, LastValidDate, Note, SubDocumentType, SubDocumentTypeOrigin, SupplementsList, TargetConsolidator, UUID
Instance
<CommonDocument version="" xmlns="http://isdoc.cz/namespace/2013">
  <SubDocumentType>{1,1}</SubDocumentType>
  <SubDocumentTypeOrigin>{1,1}</SubDocumentTypeOrigin>
  <TargetConsolidator>{0,1}</TargetConsolidator>
  <ClientOnTargetConsolidator>{0,1}</ClientOnTargetConsolidator>
  <ClientBankAccount>{0,1}</ClientBankAccount>
  <ID>{1,1}</ID>
  <UUID>{1,1}</UUID>
  <IssueDate>{1,1}</IssueDate>
  <LastValidDate>{0,1}</LastValidDate>
  <Note languageID="">{0,1}</Note>
  <Extensions>{0,1}</Extensions>
  <AccountingSupplierParty>{1,1}</AccountingSupplierParty>
  <AccountingCustomerParty>{1,1}</AccountingCustomerParty>
  <SupplementsList>{0,1}</SupplementsList>
</CommonDocument>
Attributes
QName Type Use Annotation
version VersionType required
ISDOC version number
Source
<xs:element name="CommonDocument">
  <xs:annotation>
    <xs:documentation xml:lang="en">Document root element, subtype is stored in DocumentType element</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="SubDocumentType" type="SubDocumentTypeType">
        <xs:annotation>
          <xs:documentation xml:lang="en">Document subtype. Codelist is maintained and published by subject specified in SubDocumentTypeOrigin.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubDocumentTypeOrigin" type="SubDocumentTypeOriginType">
        <xs:annotation>
          <xs:documentation xml:lang="en">Maintainer of subdocument type code list.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TargetConsolidator" type="TargetConsolidatorType" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Identification of target consolidator. Values are extended list of bank codes maintained and published by ČBA.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ClientOnTargetConsolidator" type="ClientOnTargetConsolidatorType" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Client identification in the issuer system. Used mainly in B2C systems of companies issuing large volume of invoices.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ClientBankAccount" type="ClientBankAccountType" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Complete bank account number of invoice receiver. Used mainly in B2C systems of companies issuing large volume of invoices.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ID" type="IDType">
        <xs:annotation>
          <xs:documentation xml:lang="en">Human readable document number</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UUID" type="UUIDType">
        <xs:annotation>
          <xs:documentation xml:lang="en">GUID identifier produced by emitting system</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="IssueDate" type="IssueDateType">
        <xs:annotation>
          <xs:documentation xml:lang="en">Issue date</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LastValidDate" type="LastValidDateType" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Date until document is valid</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Note" type="NoteType" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Note</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Extensions" type="ExtensionsType" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Arbitrary fragment of user-defined elements. Elements must use their own namespace.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AccountingSupplierParty" type="AccountingSupplierPartyType">
        <xs:annotation>
          <xs:documentation xml:lang="en">Supplier, accounting entity in Commercial Register</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AccountingCustomerParty" type="AccountingCustomerPartyType">
        <xs:annotation>
          <xs:documentation xml:lang="en">Customer, accounting entity in Commercial Register</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SupplementsList" type="SupplementsListType" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Collection of document attachments. Exactly one attachment can be document preview marked by preview="true"</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:group ref="Signature" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="version" use="required" type="VersionType">
      <xs:annotation>
        <xs:documentation xml:lang="en">ISDOC version number</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element CommonDocument / SubDocumentType
Namespace http://isdoc.cz/namespace/2013
Annotations
Document subtype. Codelist is maintained and published by subject specified in SubDocumentTypeOrigin.
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#SubDocumentTypeType
Type SubDocumentTypeType
Properties
content simple
Source
<xs:element name="SubDocumentType" type="SubDocumentTypeType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Document subtype. Codelist is maintained and published by subject specified in SubDocumentTypeOrigin.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CommonDocument / SubDocumentTypeOrigin
Namespace http://isdoc.cz/namespace/2013
Annotations
Maintainer of subdocument type code list.
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#SubDocumentTypeOriginType
Type SubDocumentTypeOriginType
Properties
content simple
Source
<xs:element name="SubDocumentTypeOrigin" type="SubDocumentTypeOriginType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Maintainer of subdocument type code list.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CommonDocument / TargetConsolidator
Namespace http://isdoc.cz/namespace/2013
Annotations
Identification of target consolidator. Values are extended list of bank codes maintained and published by ČBA.
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#TargetConsolidatorType
Type TargetConsolidatorType
Properties
content simple
minOccurs 0
Source
<xs:element name="TargetConsolidator" type="TargetConsolidatorType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identification of target consolidator. Values are extended list of bank codes maintained and published by ČBA.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CommonDocument / ClientOnTargetConsolidator
Namespace http://isdoc.cz/namespace/2013
Annotations
Client identification in the issuer system. Used mainly in B2C systems of companies issuing large volume of invoices.
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#ClientOnTargetConsolidatorType
Type ClientOnTargetConsolidatorType
Properties
content simple
minOccurs 0
Source
<xs:element name="ClientOnTargetConsolidator" type="ClientOnTargetConsolidatorType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Client identification in the issuer system. Used mainly in B2C systems of companies issuing large volume of invoices.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CommonDocument / ClientBankAccount
Namespace http://isdoc.cz/namespace/2013
Annotations
Complete bank account number of invoice receiver. Used mainly in B2C systems of companies issuing large volume of invoices.
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#ClientBankAccountType
Type ClientBankAccountType
Properties
content simple
minOccurs 0
Source
<xs:element name="ClientBankAccount" type="ClientBankAccountType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Complete bank account number of invoice receiver. Used mainly in B2C systems of companies issuing large volume of invoices.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CommonDocument / ID
Namespace http://isdoc.cz/namespace/2013
Annotations
Human readable document number
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#IDType
Type IDType
Properties
content simple
Source
<xs:element name="ID" type="IDType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Human readable document number</xs:documentation>
  </xs:annotation>
</xs:element>
Element CommonDocument / UUID
Namespace http://isdoc.cz/namespace/2013
Annotations
GUID identifier produced by emitting system
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#UUIDType
Type UUIDType
Properties
content simple
Facets
pattern [0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}
Source
<xs:element name="UUID" type="UUIDType">
  <xs:annotation>
    <xs:documentation xml:lang="en">GUID identifier produced by emitting system</xs:documentation>
  </xs:annotation>
</xs:element>
Element CommonDocument / IssueDate
Namespace http://isdoc.cz/namespace/2013
Annotations
Issue date
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#IssueDateType
Type IssueDateType
Properties
content simple
Source
<xs:element name="IssueDate" type="IssueDateType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Issue date</xs:documentation>
  </xs:annotation>
</xs:element>
Element CommonDocument / LastValidDate
Namespace http://isdoc.cz/namespace/2013
Annotations
Date until document is valid
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#LastValidDateType
Type LastValidDateType
Properties
content simple
minOccurs 0
Source
<xs:element name="LastValidDate" type="LastValidDateType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Date until document is valid</xs:documentation>
  </xs:annotation>
</xs:element>
Element CommonDocument / Note
Namespace http://isdoc.cz/namespace/2013
Annotations
Note
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#NoteType_languageIDisdoc-commondocument-6_0_2_xsd.tmp#NoteType
Type NoteType
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
languageID xs:language optional
Language identifier (e.g. "en" for English)
Source
<xs:element name="Note" type="NoteType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Note</xs:documentation>
  </xs:annotation>
</xs:element>
Element CommonDocument / Extensions
Namespace http://isdoc.cz/namespace/2013
Annotations
Arbitrary fragment of user-defined elements. Elements must use their own namespace.
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#ExtensionsType
Type ExtensionsType
Properties
content complex
minOccurs 0
Model
ANY element from ANY namespace OTHER than 'http://isdoc.cz/namespace/2013'
Source
<xs:element name="Extensions" type="ExtensionsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Arbitrary fragment of user-defined elements. Elements must use their own namespace.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CommonDocument / AccountingSupplierParty
Namespace http://isdoc.cz/namespace/2013
Annotations
Supplier, accounting entity in Commercial Register
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#AccountingSupplierPartyType_Partyisdoc-commondocument-6_0_2_xsd.tmp#AccountingSupplierPartyType
Type AccountingSupplierPartyType
Properties
content complex
Model
Children Party
Instance
<AccountingSupplierParty xmlns="http://isdoc.cz/namespace/2013">
  <Party>{1,1}</Party>
</AccountingSupplierParty>
Source
<xs:element name="AccountingSupplierParty" type="AccountingSupplierPartyType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Supplier, accounting entity in Commercial Register</xs:documentation>
  </xs:annotation>
</xs:element>
Element CommonDocument / AccountingCustomerParty
Namespace http://isdoc.cz/namespace/2013
Annotations
Customer, accounting entity in Commercial Register
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#AccountingCustomerPartyType_Partyisdoc-commondocument-6_0_2_xsd.tmp#AccountingCustomerPartyType
Type AccountingCustomerPartyType
Properties
content complex
Model
Children Party
Instance
<AccountingCustomerParty xmlns="http://isdoc.cz/namespace/2013">
  <Party>{1,1}</Party>
</AccountingCustomerParty>
Source
<xs:element name="AccountingCustomerParty" type="AccountingCustomerPartyType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Customer, accounting entity in Commercial Register</xs:documentation>
  </xs:annotation>
</xs:element>
Element CommonDocument / SupplementsList
Namespace http://isdoc.cz/namespace/2013
Annotations
Collection of document attachments. Exactly one attachment can be document preview marked by preview="true"
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#SupplementsListType_Supplementisdoc-commondocument-6_0_2_xsd.tmp#SupplementsListType
Type SupplementsListType
Properties
content complex
minOccurs 0
Model
Children Supplement
Instance
<SupplementsList xmlns="http://isdoc.cz/namespace/2013">
  <Supplement preview="">{1,unbounded}</Supplement>
</SupplementsList>
Source
<xs:element name="SupplementsList" type="SupplementsListType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Collection of document attachments. Exactly one attachment can be document preview marked by preview="true"</xs:documentation>
  </xs:annotation>
</xs:element>
Simple Type VersionType
Namespace http://isdoc.cz/namespace/2013
Annotations
ISDOC version number
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]+\.[0-9]+(\.[0-9]+)?
Used by
Source
<xs:simpleType name="VersionType">
  <xs:annotation>
    <xs:documentation xml:lang="en">ISDOC version number</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]+\.[0-9]+(\.[0-9]+)?"/>
  </xs:restriction>
</xs:simpleType>
Simple Type SubDocumentTypeType
Namespace http://isdoc.cz/namespace/2013
Annotations
Document subtype. Codelist is maintained and published by subject specified in SubDocumentTypeOrigin.
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="SubDocumentTypeType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Document subtype. Codelist is maintained and published by subject specified in SubDocumentTypeOrigin.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type SubDocumentTypeOriginType
Namespace http://isdoc.cz/namespace/2013
Annotations
Maintainer of subdocument type code list.
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="SubDocumentTypeOriginType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Maintainer of subdocument type code list.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type TargetConsolidatorType
Namespace http://isdoc.cz/namespace/2013
Annotations
Identification of target consolidator. Values are extended list of bank codes maintained and published by ČBA.
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="TargetConsolidatorType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identification of target consolidator. Values are extended list of bank codes maintained and published by ČBA.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type ClientOnTargetConsolidatorType
Namespace http://isdoc.cz/namespace/2013
Annotations
Client identification in the issuer system. Used mainly in B2C systems of companies issuing large volume of invoices.
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="ClientOnTargetConsolidatorType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Client identification in the issuer system. Used mainly in B2C systems of companies issuing large volume of invoices.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type ClientBankAccountType
Namespace http://isdoc.cz/namespace/2013
Annotations
Complete bank account number of invoice receiver. Used mainly in B2C systems of companies issuing large volume of invoices.
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="ClientBankAccountType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Complete bank account number of invoice receiver. Used mainly in B2C systems of companies issuing large volume of invoices.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type IDType
Namespace http://isdoc.cz/namespace/2013
Annotations
Unique identifier
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="IDType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Unique identifier</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type UUIDType
Namespace http://isdoc.cz/namespace/2013
Annotations
Unique GUID identifier
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}
Used by
Source
<xs:simpleType name="UUIDType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Unique GUID identifier</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}"/>
  </xs:restriction>
</xs:simpleType>
Simple Type IssueDateType
Namespace http://isdoc.cz/namespace/2013
Annotations
Issue date
Diagram
Diagram
Type xs:date
Used by
Source
<xs:simpleType name="IssueDateType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Issue date</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:date"/>
</xs:simpleType>
Complex Type NoteType
Namespace http://isdoc.cz/namespace/2013
Annotations
Note
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#NoteType_languageID
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
languageID xs:language optional
Language identifier (e.g. "en" for English)
Source
<xs:complexType name="NoteType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Note</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="languageID" type="xs:language" use="optional">
        <xs:annotation>
          <xs:documentation xml:lang="en">Language identifier (e.g. "en" for English)</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Simple Type LastValidDateType
Namespace http://isdoc.cz/namespace/2013
Annotations
Date until contract is valid
Diagram
Diagram
Type xs:date
Used by
Source
<xs:simpleType name="LastValidDateType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Date until contract is valid</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:date"/>
</xs:simpleType>
Complex Type SupplementsListType
Namespace http://isdoc.cz/namespace/2013
Annotations
Collection of document attachments. Exactly one attachment can be document preview marked by preview="true"
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#SupplementsListType_Supplement
Used by
Model
Children Supplement
Source
<xs:complexType name="SupplementsListType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Collection of document attachments. Exactly one attachment can be document preview marked by preview="true"</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element maxOccurs="unbounded" name="Supplement" type="SupplementType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Document attachment</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type SupplementType
Namespace http://isdoc.cz/namespace/2013
Annotations
Document attachment
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#SupplementType_previewisdoc-commondocument-6_0_2_xsd.tmp#SupplementType_Filenameisdoc-commondocument-6_0_2_xsd.tmp#SupplementType_DigestMethodisdoc-commondocument-6_0_2_xsd.tmp#SupplementType_DigestValue
Used by
Model
Children DigestMethod, DigestValue, Filename
Attributes
QName Type Use Annotation
preview BooleanType optional
Is this attachment document preview
Source
<xs:complexType name="SupplementType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Document attachment</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Filename" type="FilenameType">
      <xs:annotation>
        <xs:documentation xml:lang="en">File name and path</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DigestMethod" type="DigestMethodType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Attachment digest method identification</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DigestValue" type="DigestValueType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Attachment digest value</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="preview" type="BooleanType">
    <xs:annotation>
      <xs:documentation xml:lang="en">Is this attachment document preview</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Simple Type FilenameType
Namespace http://isdoc.cz/namespace/2013
Annotations
File name and path
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="FilenameType">
  <xs:annotation>
    <xs:documentation xml:lang="en">File name and path</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Complex Type DigestMethodType
Namespace http://isdoc.cz/namespace/2013
Annotations
Attachment digest method identification
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#DigestMethodType_Algorithm
Used by
Attributes
QName Type Use Annotation
Algorithm xs:anyURI required
Algorithm identifiers are defined in http://www.w3.org/TR/xmldsig-core/#sec-AlgID
Source
<xs:complexType name="DigestMethodType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Attachment digest method identification</xs:documentation>
  </xs:annotation>
  <xs:attribute name="Algorithm" use="required" type="xs:anyURI">
    <xs:annotation>
      <xs:documentation xml:lang="en">Algorithm identifiers are defined in http://www.w3.org/TR/xmldsig-core/#sec-AlgID</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Simple Type DigestValueType
Namespace http://isdoc.cz/namespace/2013
Annotations
Attachment digest value
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="DigestValueType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Attachment digest value</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type BooleanType
Namespace http://isdoc.cz/namespace/2013
Annotations
Boolean datatype. Permitted values are only "true" and "false". Values "0" and "1" which are in a value space of built-in xs:boolean type are not supported
Diagram
Diagram
Type restriction of xs:boolean
Facets
pattern true|false
Used by
Source
<xs:simpleType name="BooleanType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Boolean datatype. Permitted values are only "true" and "false". Values "0" and "1" which are in a value space of built-in xs:boolean type are not supported</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:boolean">
    <xs:pattern value="true|false"/>
  </xs:restriction>
</xs:simpleType>
Complex Type ExtensionsType
Namespace http://isdoc.cz/namespace/2013
Annotations
Arbitrary fragment of user-defined elements. Elements must use their own namespace.
Diagram
Diagram
Used by
Model
ANY element from ANY namespace OTHER than 'http://isdoc.cz/namespace/2013'
Source
<xs:complexType name="ExtensionsType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Arbitrary fragment of user-defined elements. Elements must use their own namespace.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:any minOccurs="1" maxOccurs="unbounded" namespace="##other" processContents="lax"/>
  </xs:sequence>
</xs:complexType>
Complex Type AccountingSupplierPartyType
Namespace http://isdoc.cz/namespace/2013
Annotations
Supplier, accounting entity in Commercial Register
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#AccountingSupplierPartyType_Party
Used by
Model
Children Party
Source
<xs:complexType name="AccountingSupplierPartyType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Supplier, accounting entity in Commercial Register</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Party" type="PartyType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Information about an organization, sub-organization, or individual fulfilling a role in a business process.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type PartyType
Namespace http://isdoc.cz/namespace/2013
Annotations
Information about an organization, sub-organization, or individual fulfilling a role in a business process.
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#PartyType_PartyIdentificationisdoc-commondocument-6_0_2_xsd.tmp#PartyType_PartyNameisdoc-commondocument-6_0_2_xsd.tmp#PartyType_PostalAddressisdoc-commondocument-6_0_2_xsd.tmp#PartyType_PartyTaxSchemeisdoc-commondocument-6_0_2_xsd.tmp#PartyType_RegisterIdentificationisdoc-commondocument-6_0_2_xsd.tmp#PartyType_Contact
Used by
Model
Children Contact, PartyIdentification, PartyName, PartyTaxScheme, PostalAddress, RegisterIdentification
Source
<xs:complexType name="PartyType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about an organization, sub-organization, or individual fulfilling a role in a business process.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PartyIdentification" type="PartyIdentificationType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Information about a party's identification.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PartyName" type="PartyNameType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Information about a party's name.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PostalAddress" type="PostalAddressType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Postal address</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PartyTaxScheme" type="PartyTaxSchemeType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation xml:lang="en">Information about a party's tax scheme</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="RegisterIdentification" type="RegisterIdentificationType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Commercial Register record identification (in the Czech Republic)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Contact" type="ContactType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Information about a contactable person or organization department</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type PartyIdentificationType
Namespace http://isdoc.cz/namespace/2013
Annotations
Information about a party's identification.
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#PartyIdentificationType_UserIDisdoc-commondocument-6_0_2_xsd.tmp#PartyIdentificationType_CatalogFirmIdentificationisdoc-commondocument-6_0_2_xsd.tmp#PartyIdentificationType_ID
Used by
Model
Children CatalogFirmIdentification, ID, UserID
Source
<xs:complexType name="PartyIdentificationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about a party's identification.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="UserID" type="UserIDType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">User defined company/workplace number</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CatalogFirmIdentification" type="CatalogFirmIdentificationType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">International company/workplace number, e.g. EAN</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ID" type="IDType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Company identification number</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type UserIDType
Namespace http://isdoc.cz/namespace/2013
Annotations
User defined company/workplace number
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="UserIDType">
  <xs:annotation>
    <xs:documentation xml:lang="en">User defined company/workplace number</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type CatalogFirmIdentificationType
Namespace http://isdoc.cz/namespace/2013
Annotations
International company/workplace number, e.g. EAN
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="CatalogFirmIdentificationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">International company/workplace number, e.g. EAN</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Complex Type PartyNameType
Namespace http://isdoc.cz/namespace/2013
Annotations
Information about a party's name.
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#PartyNameType_Name
Used by
Model
Children Name
Source
<xs:complexType name="PartyNameType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about a party's name.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="NameType">
      <xs:annotation>
        <xs:documentation xml:lang="en">A character string that constitutes the distinctive designation of a person, place, thing or concept</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type NameType
Namespace http://isdoc.cz/namespace/2013
Annotations
A character string that constitutes the distinctive designation of a person, place, thing or concept
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="NameType">
  <xs:annotation>
    <xs:documentation xml:lang="en">A character string that constitutes the distinctive designation of a person, place, thing or concept</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Complex Type PostalAddressType
Namespace http://isdoc.cz/namespace/2013
Annotations
Postal address
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#PostalAddressType_StreetNameisdoc-commondocument-6_0_2_xsd.tmp#PostalAddressType_BuildingNumberisdoc-commondocument-6_0_2_xsd.tmp#PostalAddressType_CityNameisdoc-commondocument-6_0_2_xsd.tmp#PostalAddressType_PostalZoneisdoc-commondocument-6_0_2_xsd.tmp#PostalAddressType_Country
Used by
Model
Children BuildingNumber, CityName, Country, PostalZone, StreetName
Source
<xs:complexType name="PostalAddressType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Postal address</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="StreetName" type="StreetNameType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Street</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BuildingNumber" type="BuildingNumberType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Building number</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CityName" type="CityNameType">
      <xs:annotation>
        <xs:documentation xml:lang="en">City</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PostalZone" type="PostalZoneType">
      <xs:annotation>
        <xs:documentation xml:lang="en">ZIP/postal zone</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Country" type="CountryType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Country</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type StreetNameType
Namespace http://isdoc.cz/namespace/2013
Annotations
Street
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="StreetNameType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Street</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type BuildingNumberType
Namespace http://isdoc.cz/namespace/2013
Annotations
Building number
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="BuildingNumberType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Building number</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type CityNameType
Namespace http://isdoc.cz/namespace/2013
Annotations
City
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="CityNameType">
  <xs:annotation>
    <xs:documentation xml:lang="en">City</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type PostalZoneType
Namespace http://isdoc.cz/namespace/2013
Annotations
ZIP/postal zone
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="PostalZoneType">
  <xs:annotation>
    <xs:documentation xml:lang="en">ZIP/postal zone</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Complex Type CountryType
Namespace http://isdoc.cz/namespace/2013
Annotations
Country
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#CountryType_IdentificationCodeisdoc-commondocument-6_0_2_xsd.tmp#CountryType_Name
Used by
Model
Children IdentificationCode, Name
Source
<xs:complexType name="CountryType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Country</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="IdentificationCode" type="IdentificationCodeType">
      <xs:annotation>
        <xs:documentation xml:lang="en">ISO 3166 country code</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Name" type="NameType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Country name</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type IdentificationCodeType
Namespace http://isdoc.cz/namespace/2013
Annotations
ISO 3166 country code
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="IdentificationCodeType">
  <xs:annotation>
    <xs:documentation xml:lang="en">ISO 3166 country code</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Complex Type PartyTaxSchemeType
Namespace http://isdoc.cz/namespace/2013
Annotations
Information about a party's tax scheme
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#PartyTaxSchemeType_CompanyIDisdoc-commondocument-6_0_2_xsd.tmp#PartyTaxSchemeType_TaxScheme
Used by
Model
Children CompanyID, TaxScheme
Source
<xs:complexType name="PartyTaxSchemeType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about a party's tax scheme</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CompanyID" type="CompanyIDType">
      <xs:annotation>
        <xs:documentation xml:lang="en">VAT number</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TaxScheme" type="TaxSchemeType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Information about a tax scheme. The most common values are VAT (Value Added Tax) and TIN (Tax Identification Number).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type CompanyIDType
Namespace http://isdoc.cz/namespace/2013
Annotations
VAT number
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="CompanyIDType">
  <xs:annotation>
    <xs:documentation xml:lang="en">VAT number</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type TaxSchemeType
Namespace http://isdoc.cz/namespace/2013
Annotations
Information about a tax scheme. The most common values are VAT (Value Added Tax) and TIN (Tax Identification Number).
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="TaxSchemeType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about a tax scheme. The most common values are VAT (Value Added Tax) and TIN (Tax Identification Number).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Complex Type RegisterIdentificationType
Namespace http://isdoc.cz/namespace/2013
Annotations
Commercial Register record identification (in the Czech Republic)
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#RegisterIdentificationType_RegisterKeptAtisdoc-commondocument-6_0_2_xsd.tmp#RegisterIdentificationType_RegisterFileRefisdoc-commondocument-6_0_2_xsd.tmp#RegisterIdentificationType_RegisterDateisdoc-commondocument-6_0_2_xsd.tmp#RegisterIdentificationType_Preformatted
Used by
Model
Children Preformatted, RegisterDate, RegisterFileRef, RegisterKeptAt
Source
<xs:complexType name="RegisterIdentificationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Commercial Register record identification (in the Czech Republic)</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:sequence>
      <xs:element name="RegisterKeptAt" type="RegisterKeptAtType">
        <xs:annotation>
          <xs:documentation xml:lang="en">Commercial Register administrator</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RegisterFileRef" type="RegisterFileRefType">
        <xs:annotation>
          <xs:documentation xml:lang="en">Commercial Register number</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RegisterDate" type="RegisterDateType">
        <xs:annotation>
          <xs:documentation xml:lang="en">Registration date</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:element name="Preformatted" type="PreformattedType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Preformatted information about registration in the Commerical Register</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Simple Type RegisterKeptAtType
Namespace http://isdoc.cz/namespace/2013
Annotations
Commercial Register administrator
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="RegisterKeptAtType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Commercial Register administrator</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type RegisterFileRefType
Namespace http://isdoc.cz/namespace/2013
Annotations
Commercial Register number
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="RegisterFileRefType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Commercial Register number</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type RegisterDateType
Namespace http://isdoc.cz/namespace/2013
Annotations
Registration date
Diagram
Diagram
Type xs:date
Used by
Source
<xs:simpleType name="RegisterDateType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Registration date</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:date"/>
</xs:simpleType>
Simple Type PreformattedType
Namespace http://isdoc.cz/namespace/2013
Annotations
Preformatted information about registration in the Commerical Register
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="PreformattedType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Preformatted information about registration in the Commerical Register</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Complex Type ContactType
Namespace http://isdoc.cz/namespace/2013
Annotations
Information about a contactable person or organization department
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#ContactType_Nameisdoc-commondocument-6_0_2_xsd.tmp#ContactType_Telephoneisdoc-commondocument-6_0_2_xsd.tmp#ContactType_ElectronicMail
Used by
Model
Children ElectronicMail, Name, Telephone
Source
<xs:complexType name="ContactType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about a contactable person or organization department</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="NameType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Contact name</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Telephone" type="TelephoneType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Phone number</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ElectronicMail" type="ElectronicMailType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">E-mail address</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type TelephoneType
Namespace http://isdoc.cz/namespace/2013
Annotations
Phone number
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="TelephoneType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Phone number</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type ElectronicMailType
Namespace http://isdoc.cz/namespace/2013
Annotations
E-mail address
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="ElectronicMailType">
  <xs:annotation>
    <xs:documentation xml:lang="en">E-mail address</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Complex Type AccountingCustomerPartyType
Namespace http://isdoc.cz/namespace/2013
Annotations
Customer, accounting entity in Commercial Register
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#AccountingCustomerPartyType_Party
Used by
Model
Children Party
Source
<xs:complexType name="AccountingCustomerPartyType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Customer, accounting entity in Commercial Register</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Party" type="PartyType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Information about an organization, sub-organization, or individual fulfilling a role in a business process.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Attribute NoteType / @languageID
Namespace No namespace
Annotations
Language identifier (e.g. "en" for English)
Type xs:language
Properties
use optional
Used by
Complex Type NoteType
Source
<xs:attribute name="languageID" type="xs:language" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en">Language identifier (e.g. "en" for English)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute DigestMethodType / @Algorithm
Namespace No namespace
Annotations
Algorithm identifiers are defined in http://www.w3.org/TR/xmldsig-core/#sec-AlgID
Type xs:anyURI
Properties
use required
Used by
Complex Type DigestMethodType
Source
<xs:attribute name="Algorithm" use="required" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Algorithm identifiers are defined in http://www.w3.org/TR/xmldsig-core/#sec-AlgID</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute SupplementType / @preview
Namespace No namespace
Annotations
Is this attachment document preview
Type BooleanType
Properties
content simple
Facets
pattern true|false
Used by
Complex Type SupplementType
Source
<xs:attribute name="preview" type="BooleanType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Is this attachment document preview</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute RefAttribute / @ref
Namespace No namespace
Annotations
Reference to element with a particular Id
Type IDType
Properties
use required
Used by
Attribute Group RefAttribute
Source
<xs:attribute name="ref" type="IDType" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to element with a particular Id</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute IdAttribute / @id
Namespace No namespace
Annotations
Element identifier used as a target for linking
Type IDType
Properties
content simple
Used by
Attribute Group IdAttribute
Source
<xs:attribute name="id" type="IDType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Element identifier used as a target for linking</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute CommonDocument / @version
Namespace No namespace
Annotations
ISDOC version number
Type VersionType
Properties
use required
Facets
pattern [0-9]+\.[0-9]+(\.[0-9]+)?
Used by
Element CommonDocument
Source
<xs:attribute name="version" use="required" type="VersionType">
  <xs:annotation>
    <xs:documentation xml:lang="en">ISDOC version number</xs:documentation>
  </xs:annotation>
</xs:attribute>
Element Group Signature
Namespace http://isdoc.cz/namespace/2013
Annotations
Document digital signature in the Enveloped XML Signature format (http://www.w3.org/TR/xmldsig-core/)
Diagram
Diagram
Used by
Element CommonDocument
Model
ANY element from namespace(s) 'http://www.w3.org/2000/09/xmldsig#'
Source
<xs:group name="Signature">
  <xs:annotation>
    <xs:documentation xml:lang="en">Document digital signature in the Enveloped XML Signature format (http://www.w3.org/TR/xmldsig-core/)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:any namespace="http://www.w3.org/2000/09/xmldsig#" processContents="lax"/>
  </xs:sequence>
</xs:group>
Attribute Group RefAttribute
Namespace http://isdoc.cz/namespace/2013
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#RefAttribute_ref
Attributes
QName Type Use Annotation
ref IDType required
Reference to element with a particular Id
Source
<xs:attributeGroup name="RefAttribute">
  <xs:attribute name="ref" type="IDType" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="en">Reference to element with a particular Id</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group IdAttribute
Namespace http://isdoc.cz/namespace/2013
Diagram
Diagramisdoc-commondocument-6_0_2_xsd.tmp#IdAttribute_id
Attributes
QName Type Use Annotation
id IDType optional
Element identifier used as a target for linking
Source
<xs:attributeGroup name="IdAttribute">
  <xs:attribute name="id" type="IDType">
    <xs:annotation>
      <xs:documentation xml:lang="en">Element identifier used as a target for linking</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>