Grouping of independent executable parts of a scenario. The name of a story must be unique within an OpenSCENARIO file.
<xsd:complexType name="Story"> <xsd:sequence> <xsd:element name="ParameterDeclarations" type="ParameterDeclarations" minOccurs="0"/> <xsd:element name="Act" type="Act" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="name" type="String" use="required"/> </xsd:complexType>
To XSD To XSD Tree