complexType "TaskId"
Namespace:
Content:
simple, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:anyURI
 = 
xsd:ID
   
>
   
Content: 
{ xsd:normalizedString }
</...>
Simple Content Restrictions:
MaxLength:
255
MinLength:
1

All Direct / Indirect Based Elements (2):
taskId (defined in TaskIdentifier complexType),
Known Usage Locations
Annotation
A structure that defines a task identifier based on a qualifying scheme.
Type Definition Detail
Type Derivation Tree
xsd:normalizedString (restriction)
  NormalizedString (restriction)
      NonEmptyScheme (extension)
          TaskId
Derivation:
extension of NonEmptyScheme
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="TaskId">
<xsd:simpleContent>
<xsd:extension base="NonEmptyScheme">
<xsd:attribute name="taskIdScheme" type="xsd:anyURI" use="required"/>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>

taskIdScheme
Type:
xsd:anyURI, predefined
Use:
required
XML Source (see within schema source)
<xsd:attribute name="taskIdScheme" type="xsd:anyURI" use="required"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.