Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element Person
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Diagram
Diagram DDMS-Globals_xsd_Complex_Type_ProducerBaseType.tmp#ProducerBaseType DDMS-Globals_xsd_Complex_Type_ProducerType.tmp#ProducerType_name DDMS-Globals_xsd_Complex_Type_ProducerType.tmp#ProducerType DDMS-Globals_xsd_Complex_Type_PersonType.tmp#PersonType_surname DDMS-Globals_xsd_Complex_Type_PersonType.tmp#PersonType_userID DDMS-Globals_xsd_Complex_Type_PersonType.tmp#PersonType_affiliation DDMS-Globals_xsd_Complex_Type_PersonType.tmp#PersonType_phone DDMS-Globals_xsd_Complex_Type_PersonType.tmp#PersonType_email DDMS-Globals_xsd_Complex_Type_PersonType.tmp#PersonType
Type PersonType
Type hierarchy
Properties
content: complex
Used by
Model name+ , surname , userID{0,1} , affiliation{0,1} , phone* , email*
Children affiliation, email, name, phone, surname, userID
Instance
<Person xmlns="http://metadata.dod.mil/mdr/ns/DDMS/3.0/">
  <name>{1,unbounded}</name>
  <surname>{1,1}</surname>
  <userID>{0,1}</userID>
  <affiliation>{0,1}</affiliation>
  <phone>{0,unbounded}</phone>
  <email>{0,unbounded}</email>
</Person>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://metadata.dod.mil/mdr/ns/DDMS/3.0/'
Source
<xs:element name="Person" type="PersonType">
  <xs:annotation>
    <xs:appinfo>
      <mdr:definition>A person responsible as indicated by its encompassing element, i.e. as a creator, contributor, or publisher. See DDMS Version 3.0 Creator. See also DDMS Version 3.0 Publisher. See also DDMS Version 3.0 Contributor.</mdr:definition>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Schema location DDMS-Globals.xsd