<xs:element name="Documentation">
<xs:annotation>
<xs:documentation>This element can be used at key locations in a XidML file and is used for documentation and explanation purposes.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="SecurityLevel" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">This element contains a vendor-specific string that can be used to control access to data, schemas and files as defined by a vendor.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CreatedBy" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>An optional element that contains the author of the documentation element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CreatedDate" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>An optional element that contains the creation date of the documentation element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LastUpdated" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>An optional element that contains the date the documentation element was last updated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ShortDescription" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>This optional element contains a brief description. It is recommended that the description be kept to 50 characters or less and be on one line as it is often used as part of an inventory list.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LongDescription" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>This optional element contains a more complete and detailed description.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="References" minOccurs="0">
<xs:annotation>
<xs:documentation>This optional element contains a list of referenced documents. These documents may contain a more complete description or other useful information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Reference" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>This element is used to reference an external document. Note: these referenced documents are not considered to be part of the XidML document.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="Alias" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>This element can be used to assign an alias to the referenced document.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Location" type="xs:anyURI">
<xs:annotation>
<xs:documentation>Contains the URI of the referenced document</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>An optional element that can be used to provide a brief description of the referenced document</xs:documentation>
|