You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an annotation contains tokens other than documentation an unnecessary io.EOF error can be passed.
Example element:
<xsd:elementname="Country_ISO_Code"type="xsd:string"maxOccurs="1">
<xsd:annotation>
<xsd:documentation>ISO Code identifying the country where the naming rules for this name are defined.</xsd:documentation>
<xsd:appinfo>
<wd:Validation>
<xsd:documentation>A valid instance of Country must exist for the value of Country ISO Code.</xsd:documentation>
<wd:Validation_Message>No Country with that Country Code Exists.</wd:Validation_Message>
</wd:Validation>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
The text was updated successfully, but these errors were encountered:
If an annotation contains tokens other than
documentation
an unnecessaryio.EOF
error can be passed.Example element:
The text was updated successfully, but these errors were encountered: