<xsd:group name="EG_RangeMarkupElements">
<xsd:choice>
<xsd:element name="bookmarkStart" type="CT_Bookmark">
<xsd:annotation>
<xsd:documentation>Bookmark Start</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bookmarkEnd" type="CT_MarkupRange">
<xsd:annotation>
<xsd:documentation>Bookmark End</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="moveFromRangeStart" type="CT_MoveBookmark">
<xsd:annotation>
<xsd:documentation>Move Source Location Container - Start</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="moveFromRangeEnd" type="CT_MarkupRange">
<xsd:annotation>
<xsd:documentation>Move Source Location Container - End</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="moveToRangeStart" type="CT_MoveBookmark">
<xsd:annotation>
<xsd:documentation>Move Destination Location Container - Start</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="moveToRangeEnd" type="CT_MarkupRange">
<xsd:annotation>
<xsd:documentation>Move Destination Location Container - End</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="commentRangeStart" type="CT_MarkupRange">
<xsd:annotation>
<xsd:documentation>Comment Anchor Range Start</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="commentRangeEnd" type="CT_MarkupRange">
<xsd:annotation>
<xsd:documentation>Comment Anchor Range End</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customXmlInsRangeStart" type="CT_TrackChange">
<xsd:annotation>
<xsd:documentation>Custom XML Markup Insertion Start</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customXmlInsRangeEnd" type="CT_Markup">
<xsd:annotation>
<xsd:documentation>Custom XML Markup Insertion End</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customXmlDelRangeStart" type="CT_TrackChange">
<xsd:annotation>
<xsd:documentation>Custom XML Markup Deletion Start</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customXmlDelRangeEnd" type="CT_Markup">
<xsd:annotation>
<xsd:documentation>Custom XML Markup Deletion End</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customXmlMoveFromRangeStart" type="CT_TrackChange">
<xsd:annotation>
<xsd:documentation>Custom XML Markup Move Source Start</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customXmlMoveFromRangeEnd" type="CT_Markup">
<xsd:annotation>
<xsd:documentation>Custom XML Markup Move Source End</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customXmlMoveToRangeStart" type="CT_TrackChange">
<xsd:annotation>
<xsd:documentation>Custom XML Markup Move Destination Location Start</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customXmlMoveToRangeEnd" type="CT_Markup">
<xsd:annotation>
<xsd:documentation>Custom XML Markup Move Destination Location End</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|