added p_mandays placeholder, signature box now auto-added

This commit is contained in:
skyanth 2016-10-04 17:10:29 +02:00
parent f0d17b7836
commit 76fdd6c073

View File

@ -117,7 +117,6 @@
<xs:element ref="ul"/>
<xs:element ref="generate_targets"/>
</xs:choice>
<xs:element ref="generate_waiver_signature_box"/>
</xs:sequence>
</xs:complexType>
</xs:element>
@ -131,14 +130,11 @@
<xs:element ref="ul"/>
<xs:element ref="generate_targets"/>
</xs:choice>
<xs:element ref="generate_waiver_signature_box"/>
</xs:sequence>
<xs:attribute name="Ref" use="optional" type="xs:IDREFS"/>
</xs:complexType>
</xs:element>
<xs:element name="generate_waiver_signature_box"/>
<xs:complexType name="block" mixed="true">
<xs:choice maxOccurs="unbounded">
<xs:group ref="inline-all"/>
@ -208,6 +204,7 @@
<xs:element name="t_app"/>
<xs:element name="t_app_producer"/>
<xs:element name="p_duration"/>
<xs:element name="p_mandays"/>
<xs:element name="p_boxtype"/>
<xs:element name="p_fee"/>
<xs:element name="p_testingduration"/>