Showing:

Attributes
Diagrams
Identity Constraints
Instances
Model
Properties
Source
Used by
Element actors
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_actors.tmp#actors_actor
Properties
content complex
Used by
Element scenarios
Model
Children actor
Instance
<actors>
  <actor id="" type="">{0,unbounded}</actor>
</actors>
Identity constraints
QName Type Refer Selector Field(s)
scenarios-actor-unique unique actor @id
Source
<xs:element name="actors">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="actor" type="ActorDefinition"/>
    </xs:sequence>
  </xs:complexType>
  <xs:unique name="scenarios-actor-unique">
    <xs:selector xpath="actor"/>
    <xs:field xpath="@id"/>
  </xs:unique>
</xs:element>
Element actors / actor
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_ActorDefinition.tmp#ActorDefinition_idDECOR_xsd_Complex_Type_ActorDefinition.tmp#ActorDefinition_typeDECOR_xsd_Complex_Type_ActorDefinition.tmp#ActorDefinition_nameDECOR_xsd_Complex_Type_ActorDefinition.tmp#ActorDefinition_descDECOR_xsd_Complex_Type_ActorDefinition.tmp#ActorDefinition
Type ActorDefinition
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children desc, name
Instance
<actor id="" type="">
  <name language="en-US" lastTranslated="">{1,unbounded}</name>
  <desc language="" lastTranslated="" mimeType="">{0,unbounded}</desc>
</actor>
Attributes
QName Type Use
id Oid required
type ScenarioActorType required
Source
<xs:element minOccurs="0" maxOccurs="unbounded" name="actor" type="ActorDefinition"/>