The collection of spines. |
<xs:element name="spines" minOccurs="0"> <xs:annotation> <xs:documentation>The collection of spines.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:group ref="meta:metadata"/> <xs:element name="spine" type="Spine" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> <xs:keyref name="spineParentRef" refer="keySegment"> <xs:selector xpath=".//spine"/> <xs:field xpath="@parent"/> </xs:keyref> </xs:element> |