The optname attributeGroup related to the identification information for some elements. This allows name or nameID to be optionally used. No white space restrictions are enforced. White space is not controlled but left to implementation to trigger faults or exceptions. Note: This group was added in v2.0. |
Complex Types | CompletionType, DecisionType, ForkType, JoinType, StartType, TransitionType |
<xsd:attributeGroup name="optname"> <xsd:annotation> <xsd:documentation>The optname attributeGroup related to the identification information for some elements. This allows name or nameID to be optionally used. No white space restrictions are enforced. White space is not controlled but left to implementation to trigger faults or exceptions. Note: This group was added in v2.0.</xsd:documentation> </xsd:annotation> <xsd:attribute name="name" type="xsd:string"/> <xsd:attribute name="nameID" type="xsd:ID"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:attributeGroup> |