complexType ContentStandard
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p291.png
namespace http://ed-fi.org/0200
children Title Author Version URI PublicationDate PublicationYear PublicationStatus MandatingEducationOrganizationReference BeginDate EndDate
used by
elements Assessment/ContentStandard AssessmentFamily/ContentStandard LearningObjective/ContentStandard LearningStandard/ContentStandard LearningStandardLookupType/ContentStandard
annotation
documentation
An indication as to whether an assessment conforms to a standard (e.g., local standard, statewide standard, regional standard, association standard).
...
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>494</ann:EdFiId>
source <xs:complexType name="ContentStandard">
 
<xs:annotation>
   
<xs:documentation>An indication as to whether an assessment conforms to a standard (e.g., local standard, statewide standard, regional standard, association standard).
...
</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>494</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Title" type="ContentStandardTitle">
     
<xs:annotation>
       
<xs:documentation>The name of the content standard, for example Common Core.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>776</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Author" type="Author" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>The person or organization chiefly responsible for the intellectual content of the standard.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>769</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Version" type="ContentStandardVersion" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The version identifier for the content.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>778</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="URI" type="URI" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>An unambiguous reference to the standards using a network-resolvable URI.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>777</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
           
<ann:EdFiId>773</ann:EdFiId>
         
</xs:appinfo>
       
</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:appinfo>
           
<ann:EdFiId>775</ann:EdFiId>
         
</xs:appinfo>
       
</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:appinfo>
         
<ann:EdFiId>774</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="MandatingEducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Optionally relates the entity mandating the use of the content standard.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>772</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>770</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>771</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ContentStandard/Title
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p292.png
namespace http://ed-fi.org/0200
type ContentStandardTitle
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 75
annotation
documentation
The name of the content standard, for example Common Core.
appinfo
<ann:EdFiId>776</ann:EdFiId>
source <xs:element name="Title" type="ContentStandardTitle">
 
<xs:annotation>
   
<xs:documentation>The name of the content standard, for example Common Core.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>776</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ContentStandard/Author
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p293.png
namespace http://ed-fi.org/0200
type Author
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
minLength 1
maxLength 255
annotation
documentation
The person or organization chiefly responsible for the intellectual content of the standard.
appinfo
<ann:EdFiId>769</ann:EdFiId>
source <xs:element name="Author" type="Author" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The person or organization chiefly responsible for the intellectual content of the standard.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>769</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ContentStandard/Version
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p294.png
namespace http://ed-fi.org/0200
type ContentStandardVersion
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
The version identifier for the content.
appinfo
<ann:EdFiId>778</ann:EdFiId>
source <xs:element name="Version" type="ContentStandardVersion" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The version identifier for the content.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>778</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ContentStandard/URI
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p295.png
namespace http://ed-fi.org/0200
type URI
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 5
maxLength 255
annotation
documentation
An unambiguous reference to the standards using a network-resolvable URI.
appinfo
<ann:EdFiId>777</ann:EdFiId>
source <xs:element name="URI" type="URI" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An unambiguous reference to the standards using a network-resolvable URI.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>777</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ContentStandard/PublicationDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p296.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The date on which this content was first published.
appinfo
<ann:EdFiId>773</ann:EdFiId>
source <xs:element name="PublicationDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date on which this content was first published.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>773</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ContentStandard/PublicationYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p297.png
namespace http://ed-fi.org/0200
type xs:gYear
properties
content simple
annotation
documentation
The year at which this content was first published.
appinfo
<ann:EdFiId>775</ann:EdFiId>
source <xs:element name="PublicationYear" type="xs:gYear">
 
<xs:annotation>
   
<xs:documentation>The year at which this content was first published.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>775</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ContentStandard/PublicationStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p298.png
namespace http://ed-fi.org/0200
type PublicationStatusType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Adopted
appinfo
<ann:EdFiId>213-001</ann:EdFiId>
enumeration Draft
appinfo
<ann:EdFiId>213-003</ann:EdFiId>
enumeration Published
appinfo
<ann:EdFiId>213-004</ann:EdFiId>
enumeration Deprecated
appinfo
<ann:EdFiId>213-002</ann:EdFiId>
enumeration Unknown
appinfo
<ann:EdFiId>213-005</ann:EdFiId>
annotation
documentation
The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown).
appinfo
<ann:EdFiId>774</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>774</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ContentStandard/MandatingEducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p299.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
minOcc 0
maxOcc 1
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Optionally relates the entity mandating the use of the content standard.
appinfo
<ann:EdFiId>772</ann:EdFiId>
source <xs:element name="MandatingEducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Optionally relates the entity mandating the use of the content standard.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>772</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ContentStandard/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p300.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The beginning of the period during which this learning standard document is intended for use.
appinfo
<ann:EdFiId>770</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>770</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ContentStandard/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p301.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The end of the period during which this learning standard document is intended for use.
appinfo
<ann:EdFiId>771</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>771</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>