nc:PublicServiceType

complexType PublicServiceType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a set of deeds and acts performed by or on behalf of a public agency for the benefit of a citizen, a business or another public agency.

Diagram

XML Schema

<xs:complexType name="PublicServiceType">
<xs:annotation>
<xs:documentation>
A data type for a set of deeds and acts performed by or on behalf of a public agency for the benefit of a citizen, a business or another public agency.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:PublicServiceName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicServiceDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicServiceCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicServiceLanguageAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicServiceWebsiteURI" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicServiceChannelText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicServiceLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicServiceRequiredService" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicServiceRelatedService" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicServiceInputResourceDocument" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicServiceOutputResourceDocument" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicServiceRelatedLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicServiceAvailabilitySchedule" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PublicServiceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>