complexType ContentStandardType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p241.png
namespace http://ed-fi.org/0110
children Title Version PublicationDate PublicationYear PublicationStatus MandatingEducationOrganizationReference BeginDate EndDate
used by
elements Assessment/ContentStandard AssessmentFamily/ContentStandard LearningObjective/ContentStandard LearningStandard/ContentStandard LearningObjectiveIdentityType/ContentStandard LearningStandardIdentityType/ContentStandard
annotation
documentation
An indication as to whether an assessment conforms to a standard. For example:
Local standard
Statewide standard
Regional standard
Association standard
School standard
...
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="ContentStandardType">
 
<xs:annotation>
   
<xs:documentation>An indication as to whether an assessment conforms to a standard. For example:
Local standard
Statewide standard
Regional standard
Association standard
School standard
...
</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Title" type="ContentStandardName">
     
<xs:annotation>
       
<xs:documentation>The name of the content standard, for example Common Core.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Version" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The version identifier for the content.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:choice minOccurs="0">
     
<xs:element name="PublicationDate" type="xs:date">
       
<xs:annotation>
         
<xs:documentation>The date on which this content was first published.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="PublicationYear" type="xs:gYear">
       
<xs:annotation>
         
<xs:documentation>The year at which this content was first published.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
   
<xs:element name="PublicationStatus" type="PublicationStatusType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="MandatingEducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The entity mandating the use of the learning standards document</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BeginDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The beginning of the period during which this learning standard document is intended for use.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EndDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The end of the period during which this learning standard document is intended for use.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ContentStandardType/Title
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p242.png
namespace http://ed-fi.org/0110
type ContentStandardName
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 65 
annotation
documentation
The name of the content standard, for example Common Core.
source <xs:element name="Title" type="ContentStandardName">
 
<xs:annotation>
   
<xs:documentation>The name of the content standard, for example Common Core.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandardType/Version
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p243.png
namespace http://ed-fi.org/0110
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The version identifier for the content.
source <xs:element name="Version" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The version identifier for the content.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandardType/PublicationDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p244.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
The date on which this content was first published.
source <xs:element name="PublicationDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date on which this content was first published.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandardType/PublicationYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p245.png
namespace http://ed-fi.org/0110
type xs:gYear
properties
isRef 0
content simple
annotation
documentation
The year at which this content was first published.
source <xs:element name="PublicationYear" type="xs:gYear">
 
<xs:annotation>
   
<xs:documentation>The year at which this content was first published.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandardType/PublicationStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p246.png
namespace http://ed-fi.org/0110
type PublicationStatusType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Adopted 
enumeration Draft 
enumeration Published 
enumeration Deprecated 
enumeration Unknown 
annotation
documentation
The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown)
source <xs:element name="PublicationStatus" type="PublicationStatusType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown)</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandardType/MandatingEducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p247.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The entity mandating the use of the learning standards document
source <xs:element name="MandatingEducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The entity mandating the use of the learning standards document</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandardType/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p248.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The beginning of the period during which this learning standard document is intended for use.
source <xs:element name="BeginDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The beginning of the period during which this learning standard document is intended for use.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandardType/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p249.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The end of the period during which this learning standard document is intended for use.
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The end of the period during which this learning standard document is intended for use.</xs:documentation>
 
</xs:annotation>
</xs:element>