source

Specifies the source that created the XML document.

Definition

  <!ELEMENT source (product?, contact?)>
  
  <!ELEMENT product (#PCDATA)>
  <!ATTLIST product 
            version        CDATA          #IMPLIED 
            asn1id         CDATA          #IMPLIED>
  
  <!ELEMENT contact (#PCDATA)>
  

Elements

product
Specifies the name of the product that produced the document.
contact
Specifies a point of contact for the product such as a telephone number or a company.

Attributes of <product>

version
Specifies the version of the product.
asn1id
Specifies the ASN1 ID or OID assigned to the product.

Parent

nds