em:JobTitleOrRoleType
complexType JobTitleOrRoleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/
Definition
A data type for a credential class that represents the job title or role of a person
Diagram
XML Schema
<xs:complexType name="JobTitleOrRoleType">
<xs:annotation>
<xs:documentation>
A data type for a credential class that represents the job title or role of a person</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="em:JobTitleOrRoleName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:JobTitleDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:JobTitleOrRoleLevelText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:OrganizationAffiliationCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:JurisdictionName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ApprovalStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:TitleIssuingAuthorityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DateRange" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:EmergencySupportFunctionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:TitleCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:JobTitleOrRoleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>