simpleType Nomenclature
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements Assessment/Nomenclature AssessmentFamily/Nomenclature AssessmentItem/Nomenclature LearningObjective/Nomenclature ObjectiveAssessment/Nomenclature
facets
Kind Value Annotation
minLength 1
maxLength 35
annotation
documentation
Reflects the common nomenclature for an element.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>74</ann:EdFiId>
source <xs:simpleType name="Nomenclature">
 
<xs:annotation>
   
<xs:documentation>Reflects the common nomenclature for an element.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>74</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="35"/>
 
</xs:restriction>
</xs:simpleType>