연락처 정보

ContactInformation을 사용하여 개인, 위원회, 조직과 같은 객체에 관한 연락처 정보를 정의합니다.

이 항목은 주로 주석이 달린 URI를 제공하는 데 사용됩니다. 이 URI는 다음 요소와 관련이 있습니다. Election, ElectionAdministration, Person, GpUnit, 및 Office.

속성

다음 표에는 ContactInformation의 속성이 나와 있습니다.

속성 필수 여부 유형 설명
label 선택사항 string 정보의 원래 라벨을 다시 참조할 수 있는 연락처 정보의 선택적 속성입니다. 예를 들어 연락처 정보가 CSV에서 가져온 경우 label은 행 ID를 참조할 수 있습니다.
language 선택사항 language 연락처 정보를 제공하는 데 사용되는 언어를 식별합니다.

요소

다음 표에는 ContactInformation의 요소가 나와 있습니다.

요소 다중성 유형 설명
AddressLine 0개 이상 string

연락처와 주소를 연결합니다. AddressLine 사용자가 Google 지도와 같은 웹 지도 서비스에 입력하여 지도에서 주소를 찾을 수 있는 행이 포함되어야 합니다. 즉, 필드 값은 연락처 위치를 지오코딩해야 합니다.

연락처의 주소를 포함하려면 AddressLine을 여러 번 사용하세요. `AddressLine`의 첫 번째 사용은 AddressLine 이름 또는 조직일 것으로 예상됩니다. 후속 사용은 국가의 특정 순서와 형식으로 주소, 도시, 우편번호, 도시, 주 (또는 주와 동등한 선택사항)일 것으로 예상됩니다.

Directions 0 또는 1 InternationalizedText 주소 정보 외에 방향 정보를 제공합니다. Directions는 여러 언어로 표시될 수 있는 주소 관련 추가 정보 를 제공하는 데 사용할 수 있습니다.
Email 0개 이상 AnnotatedString 연락처와 이메일 주소를 연결합니다. `Email` 필드가 두 개 이상 있는 경우 주석을 포함하여 사용자에게 각 필드의 용도를 알립니다.
Fax 0개 이상 AnnotatedString 연락처와 팩스 번호를 연결합니다. ` Fax` 필드가 두 개 이상 있는 경우 주석을 포함하여 사용자에게 ` ` 각 필드의 용도를 알립니다.
LatLng 0 또는 1 LatLng 선택적 위도 및 경도 정보를 연락처 주소와 연결합니다.
Name 0 또는 1 string 연락처와 이름을 연결합니다. 사용자가 해당 개인 또는 조직에 연락하는 데 도움이 될 수 있는 주소 이외의 정보 에 이 필드를 사용합니다. 예: '주무장관실, 선거부'.
Phone 0개 이상 AnnotatedString 연락처와 전화번호를 연결합니다. `Phone` 필드가 두 개 이상 있는 경우 주석을 포함하여 사용자에게 각 필드의 용도를 알립니다.
Uri 0개 이상 AnnotatedUri 연락처와 URI를 연결합니다.

XML

    <ContactInformation>
      <Uri Annotation="personal-facebook">https://www.facebook.com/tedcruzpage</Uri>
      <Uri Annotation="personal-twitter">https://twitter.com/tedcruz</Uri>
      <Uri Annotation="personal-website">https://www.tedcruz.org/</Uri>
      <Uri Annotation="wikipedia">https://en.wikipedia.org/wiki/Ted_Cruz</Uri>
    </ContactInformation>
<ContactInformation label="ci-60001" language="es">
      <AddressLine>Viad. Tlalpan 100</AddressLine>
      <AddressLine>Arenal Tepepan</AddressLine>
      <AddressLine>14610 Ciudad de México, CDMX</AddressLine>
      <AddressLine>Mexico</AddressLine>
      <Name>Instituto Nacional Electoral</Name>
      <Phone annotation="domestic">01 800 433 2000</Phone>
      <Phone annotation="usa">1 (866) 986 8306</Phone>
      <Phone annotation="collect">+52 (55) 5481 9897</Phone>
      <Uri Annotation="official-website">https://www.ine.mx/</Uri>
      <Uri Annotation="official-twitter">https://twitter.com/INEMexico</Uri>
      <Uri Annotation="official-facebook">https://www.facebook.com/INEMexico</Uri>
 </ContactInformation>
<ContactInformation label="ci-10861a" language="en">
      <AddressLine>1600 Pennsylvania Ave</AddressLine>
      <AddressLine>Washington, DC 20006</AddressLine>
      <Email>president@whitehouse.gov</Email>
      <Phone>202-456-1111</Phone>
      <Phone annotation="TDD">202-456-6213</Phone>
      <Uri Annotation="official-website">http://www.whitehouse.gov</Uri>
      <Uri Annotation="official-facebook">https://www.facebook.com/WhiteHouse</Uri>
      <Uri Annotation="official-twitter">https://twitter.com/WhiteHouse</Uri>
</ContactInformation>