Schema Component Representation
<
xs:complexType
name="
Chain">
<
xs:sequence>
<
xs:element
name="
chain">
<
xs:complexType>
<
xs:choice>
<
xs:element
name="
chainId"
type="
IdType
"/>
</
xs:choice>
</
xs:complexType>
</
xs:element>
<
xs:element
name="
startNodeInfo"
type="
NodeAttribute
"
minOccurs="
0"/>
<
xs:element
name="
endNodeInfo"
type="
NodeAttribute
"
minOccurs="
0"/>
<
xs:element
name="
chainOffset"
type="
Distance
"
minOccurs="
0"/>
<
xs:element
name="
startSequenceNum"
type="
SequenceNum
"
minOccurs="
0"/>
<
xs:element
name="
endSequenceNum"
type="
SequenceNum
"
minOccurs="
0"/>
</
xs:sequence>
</
xs:complexType>