Subject:Attributes - required vs optional Author:Danae Sica Date:14 Jun 2011 02:12 PM
I'm trying to understand in the diagram option how to recognize those attributes that are required and those that are optional.
<xs:complexType name="TemplateSearchCriteriaType">
<xs:attribute name="DomainID" type="StringLength1to10" use="required"/>
<xs:attribute name="TemplateName" type="StringLength1to120" use="required"/>
<xs:attribute name="TemplateTypeCode" type="StringLength1to60" use="required"/>
<xs:attribute name="ClientCode" type="StringLength1to10" use="required">
Here we have the attributes that are "required" but when i go into the diagram view i can't seem to realize which are the required ones!!
Same here:
<xs:attribute name="AssocProfileName" type="StringLength1to120" use="optional"/>
<xs:attribute name="AssocUniqueID" type="StringLength1to120" use="optional">