Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Element context
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_context.tmp#context_idDECOR_xsd_Element_context.tmp#context_path
Properties
content complex
Used by
Complex Type TemplateDefinition
Attributes
QName Type Use
id SelfReferenceTemplateId optional
path PathType optional
Source
<xs:element name="context">
  <xs:complexType>
    <!-- Was: SelfReferenceTemplateIdOrOid, but the Oid construct never made it into the template DSTU and is not currently in use or supported by DECOR2Schematron -->
    <xs:attribute name="id" use="optional" type="SelfReferenceTemplateId"/>
    <xs:attribute name="path" use="optional" type="PathType"/>
  </xs:complexType>
</xs:element>
Attribute context / @id
Namespace No namespace
Type SelfReferenceTemplateId
Properties
use optional
Facets
enumeration *
template scope is templateId element and sibling nodes. Requires a top level element templateId with the same id as the template itself
enumeration **
template scope is top level element with templateId element and child nodes. Requires that the template has one top level element and an element templateId with the same id as the template itself as child of that top level element
Used by
Element context
Source
<xs:attribute name="id" use="optional" type="SelfReferenceTemplateId"/>
Attribute context / @path
Namespace No namespace
Type PathType
Properties
use optional
Used by
Element context
Source
<xs:attribute name="path" use="optional" type="PathType"/>