Documentation

Defines user documentation for any element. Must be the first element
of its container. Note: The xml:lang was added in v2.0.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
uri xsd:anyURI optional
Defines the address of the Documentation object. A URL
can be a URI.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.

Used By

Complex Types AcceptanceAcknowledgementExceptionType, AcceptanceAcknowledgementType, AttributeSubstitutionType, BinaryCollaborationType, BusinessActionType, BusinessCollaborationType, BusinessDocumentType, BusinessStateLinkType, BusinessTransactionActivityType, BusinessTransactionBaseType, BusinessTransactionType, CollaborationActivityType, CompletionType, ConditionExpressionType, DecisionType, DocumentEnvelopeType, ForkType, GeneralExceptionType, JoinType, MultiPartyCollaborationType, PackageType, PerformsType, ProcessSpecificationType, ReceiptAcknowledgementExceptionType, ReceiptAcknowledgementType, RequestingBusinessActivityType, RespondingBusinessActivityType, RoleType, SignalEnvelopeType, SignalType, StartType
Elements Attachment, AttributeSubstitution, BusinessTransactionActivity, BusinessTransactionType/RequestingBusinessActivity, BusinessTransactionType/RespondingBusinessActivity, ComplexBusinessTransactionActivity, ConditionExpression, DataExchange, DataExchange/RequestingBusinessActivity, DataExchange/RespondingBusinessActivity, ExternalRolesType/BusinessPartnerRole, FromLink, InformationDistribution, InformationDistribution/RequestingBusinessActivity, InformationDistribution/RespondingBusinessActivity, LegacyBusinessTransaction, LegacyBusinessTransaction/RequestingBusinessActivity, LegacyBusinessTransaction/RespondingBusinessActivity, Notification, Notification/RequestingBusinessActivity, Notification/RespondingBusinessActivity, Package, Performs, ProcessSpecification, QueryResponse, QueryResponse/RequestingBusinessActivity, QueryResponse/RespondingBusinessActivity, RequestConfirm, RequestConfirm/RequestingBusinessActivity, RequestConfirm/RespondingBusinessActivity, RequestResponse, RequestResponse/RequestingBusinessActivity, RequestResponse/RespondingBusinessActivity, ToLink

Source

<xsd:element name="Documentation" type="DocumentationType">
  <xsd:annotation>
    <xsd:documentation>Defines user documentation for any element. Must be the first element of its container. Note: The xml:lang was added in v2.0.</xsd:documentation>
  </xsd:annotation>
</xsd:element>

Sample