complexType
Person
element Person/PersonUniqueStateId
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | PersonUniqueStateId | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="Person"> <xs:annotation> <xs:documentation>This general entity represents a person and is specialized into one or more of Staff/Parent/Student/etc.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Domain Entity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ComplexObjectType"> <xs:sequence> <xs:element name="PersonUniqueStateId" type="UniqueStateIdentifier" minOccurs="0"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a person.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element Person/PersonUniqueStateId
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | UniqueStateIdentifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="PersonUniqueStateId" type="UniqueStateIdentifier" minOccurs="0"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a person.</xs:documentation> </xs:annotation> </xs:element> |