P
PeteOlcott
<ElementName AttributeName="Specific Value">
<OtherElementName />
</ElementName>
The idea is to somehow force the restriction that the
<OtherElementName> element can only be nested within the <ElementName>
tag if this tag has the attribute value of "Specific Value" for its
attribute named AttributeName.
<OtherElementName />
</ElementName>
The idea is to somehow force the restriction that the
<OtherElementName> element can only be nested within the <ElementName>
tag if this tag has the attribute value of "Specific Value" for its
attribute named AttributeName.