<xs:group name="BindingGroup">
<xs:annotation>
<xs:documentation>
<p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">The group of elements that contains information needed to express, understand, and/or cryptographically validate the binding of the objects that belong to the scope of the assertion.</p>
</xs:documentation>
</xs:annotation>
<xs:choice>
<!--Replacing:
<xs:element name="Binding" type="BindingType" minOccurs="1" maxOccurs="unbounded">
-->
<!-- CdsManifest: Restrict to 5 signatures instead of unbounded . -->
<xs:element name="Binding" type="BindingType" minOccurs="1" maxOccurs="5">
<xs:annotation>
<xs:documentation>
<p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Contains information needed to express, understand, and/or cryptographically validate the binding of the objects that belong to the scope of the assertion.</p>
</xs:documentation>
</xs:annotation>
</xs:element>
<!--Replacing:
<xs:element name="ReferenceList" type="ReferenceListType">
<xs:annotation>
<xs:documentation>
<xhtml:p ism:classification="U" ism:ownerProducer="USA">Contains information
needed to express, understand, and/or validate the informative
(non-cryptographic) binding of the objects that belong to the scope of
the assertion.</xhtml:p>
</xs:documentation>
</xs:annotation>
</xs:element>
-->
<!-- CdsManifest: Remove references to ReferenceList this type of binding is not supported for CdsManifest. -->
</xs:choice>
</xs:group>
|