Schema Central > niem40 > jxdm.xsd > j:SubjectPlannedAlternateAddress
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

j:SubjectPlannedAlternateAddress

A description of a location of a subject's planned alternate living situation.

Element information

Type: nc:AddressType

Properties: Global, Qualified, Nillable

Content

Attributes

NameOccTypeDescriptionNotes
structures:id [0..1]xsd:IDfrom type structures:ObjectType
structures:ref [0..1]xsd:IDREFfrom type structures:ObjectType
structures:uri [0..1]xsd:anyURIfrom type structures:ObjectType
structures:metadata [0..1]xsd:IDREFSfrom type structures:ObjectType
structures:relationshipMetadata [0..1]xsd:IDREFSfrom type structures:ObjectType
Any attribute[0..*]Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: laxfrom type structures:ObjectType

Used in

Sample instance

<j:SubjectPlannedAlternateAddress>
   <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
   <nc:AddressFullText>string</nc:AddressFullText>
   <nc:AddressPrivateMailboxText>string</nc:AddressPrivateMailboxText>
   <nc:AddressSecondaryUnitText>string</nc:AddressSecondaryUnitText>
   <nc:AddressBuildingName>string</nc:AddressBuildingName>
   <nc:AddressRecipientName>string</nc:AddressRecipientName>
   <nc:LocationCityName>string</nc:LocationCityName>
   <nc:LocationCountyCode>001</nc:LocationCountyCode>
   <nc:LocationState>
      <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
      <j:LocationStateNCICLISCode>0C</j:LocationStateNCICLISCode>
      <nc:StateAugmentationPoint>any content</nc:StateAugmentationPoint>
   </nc:LocationState>
   <nc:LocationCountry>
      <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
      <intel:LocationCountryFIPS10-4PlusNCTCCodeText>string</intel:LocationCountryFIPS10-4PlusNCTCCodeText>
      <nc:CountryAugmentationPoint>any content</nc:CountryAugmentationPoint>
   </nc:LocationCountry>
   <nc:LocationPostalCode>string</nc:LocationPostalCode>
   <nc:LocationPostalExtensionCode>string</nc:LocationPostalExtensionCode>
   <nc:AddressUrbanizationName>string</nc:AddressUrbanizationName>
   <nc:AddressCategoryCode>business</nc:AddressCategoryCode>
   <it:AddressAugmentation>
      <it:LocationCountrySubEntityName>string</it:LocationCountrySubEntityName>
      <it:LocationCountrySubEntityIdentification>
         <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
         <nc:IdentificationID>string</nc:IdentificationID>
         <nc:IdentificationJurisdiction>...
         </nc:IdentificationJurisdiction>
         <em:TemporaryIDIndicator>true</em:TemporaryIDIndicator>
         <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText>
         <nc:IdentificationEffectiveDate>...
         </nc:IdentificationEffectiveDate>
         <nc:IdentificationExpirationDate>...
         </nc:IdentificationExpirationDate>
         <nc:IdentificationSourceText>string</nc:IdentificationSourceText>
         <nc:IdentificationStatus>...
         </nc:IdentificationStatus>
         <intel:IdentificationAugmentation>...............
         </intel:IdentificationAugmentation>
      </it:LocationCountrySubEntityIdentification>
   </it:AddressAugmentation>
</j:SubjectPlannedAlternateAddress>